test: add comments to test webhook

This commit is contained in:
IGNY8 VPS (Salman)
2025-12-15 07:57:22 +00:00
parent 558ce9250a
commit 1ef4bb7db6
2 changed files with 2 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
""" """
Django settings for igny8_core project. Django settings for igny8_core project.
Test comment: webhook restart test
""" """
from pathlib import Path from pathlib import Path

View File

@@ -2,6 +2,7 @@ import { defineConfig } from "vite";
import react from "@vitejs/plugin-react"; import react from "@vitejs/plugin-react";
import svgr from "vite-plugin-svgr"; import svgr from "vite-plugin-svgr";
import { resolve } from "path"; import { resolve } from "path";
// Test comment: webhook restart test
// Custom plugin to bypass Vite 6.1.0 host check bug // Custom plugin to bypass Vite 6.1.0 host check bug
// The host check middleware runs early, so we intercept and remove it // The host check middleware runs early, so we intercept and remove it