From 1ef4bb7db6cf306d482360fb7ebb0a8eb27c7c62 Mon Sep 17 00:00:00 2001 From: "IGNY8 VPS (Salman)" Date: Mon, 15 Dec 2025 07:57:22 +0000 Subject: [PATCH] test: add comments to test webhook --- backend/igny8_core/settings.py | 1 + frontend/vite.config.ts | 1 + 2 files changed, 2 insertions(+) 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