mirror of
https://github.com/visioncortex/vtracer.git
synced 2026-08-30 17:05:57 -07:00
fix webapp
This commit is contained in:
Symlink
+1
@@ -0,0 +1 @@
|
||||
../../docs/assets
|
||||
@@ -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 },
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user