migration: preserve frontend shell pages and styles

This commit is contained in:
leefer
2026-07-31 15:08:57 +08:00
parent 38de3de0a3
commit dec3cd1236
92 changed files with 10758 additions and 9449 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",
},
});