fix: unify browser origin configuration

This commit is contained in:
2026-08-26 02:37:14 +09:00
parent 8396d09891
commit 33db2ea7f4
7 changed files with 182 additions and 47 deletions
+3
View File
@@ -5,6 +5,9 @@ export default defineConfig({
plugins: [sveltekit()],
server: {
host: "localhost",
port: 5173,
strictPort: true,
allowedHosts: ["develop.hareworks.net"],
watch: {
ignored: [