test: add comments to test webhook
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user