Skip to content

Commit 7650323

Browse files
committed
fixed npm packages and live-server cors
1 parent b3cb68d commit 7650323

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.vscode/start-server.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ async function main() {
1616
open: false,
1717
port,
1818
host,
19+
cors: true,
1920
root: '../',
2021
ignore: 'node_modules,platforms,plugins',
2122
file: 'index.html',

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"> 0.25%, not dead"
3737
],
3838
"resolutions": {
39-
"terser": ">=5.14.2 "
39+
"terser": ">=5.14.2 ",
40+
"glob-parent": ">=5.1.2"
4041
}
4142
}

0 commit comments

Comments
 (0)