From cef4edbf96ec59d6ca2899b66a7991538e04fa44 Mon Sep 17 00:00:00 2001
From: Bastien Dumont <bdumont@grandlyon.com>
Date: Wed, 27 Sep 2023 09:06:28 +0200
Subject: [PATCH] comment

---
 vite.config.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vite.config.ts b/vite.config.ts
index 094fee44..6f604593 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -16,7 +16,7 @@ export default defineConfig({
     https: true,
     strictPort: true,
     host: true,
-    open: 'https://localhost/',
+    open: 'https://localhost/', // directly opens site through nginx
   },
   build: {
     outDir: './build',
-- 
GitLab