Migrate src/public to web/public
All checks were successful
Build & Test WASM / build-and-test (push) Successful in 1m41s
All checks were successful
Build & Test WASM / build-and-test (push) Successful in 1m41s
This commit is contained in:
@@ -12,7 +12,7 @@ module.exports = defineConfig({
|
||||
},
|
||||
},
|
||||
webServer: {
|
||||
command: 'python3 -m http.server -d ../src/public 8889',
|
||||
command: 'python3 -m http.server -d ../web/public 8889',
|
||||
port: 8889,
|
||||
reuseExistingServer: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user