HTTPサーバーのホットリロード機能を追加。

This commit is contained in:
Mouriya
2024-06-03 02:08:37 +09:00
parent b25c17ab53
commit 372dbe50f7
2 changed files with 9 additions and 1 deletions

View File

@@ -23,4 +23,8 @@ export default defineConfig({
},
sourcemap: sourcemap,
},
server: {
port: 4173,
open: '/dist/alc_runtime.js',
}
});