비효율적인 디렉터리 페이지 자동 갱신 구현

This commit is contained in:
static
2025-01-07 00:09:32 +09:00
parent 6c4bd590f0
commit 1cabc5f7b3
4 changed files with 13 additions and 2 deletions

View File

@@ -9,4 +9,7 @@ export default defineConfig({
compiler: "svelte",
}),
],
server: {
host: true,
},
});