migration: preserve frontend shell pages and styles

This commit is contained in:
leefer
2026-07-31 15:08:57 +08:00
parent 26e67b3a92
commit 66c22a5449
64 changed files with 9918 additions and 9443 deletions
+3 -1
View File
@@ -13,9 +13,11 @@ module.exports = defineConfig({
trace: "retain-on-failure",
},
webServer: {
command: "python -m http.server 8876 --bind 127.0.0.1 --directory static",
command: "python -m http.server 8876 --bind 127.0.0.1 --directory frontend",
url: "http://127.0.0.1:8876/index.html",
reuseExistingServer: true,
timeout: 15_000,
stdout: "ignore",
stderr: "ignore",
},
});