fix webapp

This commit is contained in:
Chris Tsang
2026-07-27 19:44:32 +01:00
parent 6671d7d45e
commit 93a9939587
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
../../docs/assets
+3
View File
@@ -16,5 +16,8 @@ module.exports = {
devServer: {
//host: "0.0.0.0",
port: 8080,
// dev-server 5 defaults its static root to ./public, which would leave
// index.html unserved. `assets` symlinks to ../../docs/assets for samples.
static: { directory: __dirname },
}
};