diff --git a/backend/igny8_core/settings.py b/backend/igny8_core/settings.py index 52209c61..f82a35c6 100644 --- a/backend/igny8_core/settings.py +++ b/backend/igny8_core/settings.py @@ -1,5 +1,6 @@ """ Django settings for igny8_core project. +Test comment: webhook restart test """ from pathlib import Path diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index c7f2c8ad..a18f3194 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -2,6 +2,7 @@ import { defineConfig } from "vite"; import react from "@vitejs/plugin-react"; import svgr from "vite-plugin-svgr"; import { resolve } from "path"; +// Test comment: webhook restart test // Custom plugin to bypass Vite 6.1.0 host check bug // The host check middleware runs early, so we intercept and remove it