add host to avoid host check error

This commit is contained in:
jmu
2021-09-15 21:04:50 +08:00
parent abd9a6af32
commit a0b8507895

View File

@@ -5,7 +5,7 @@
"scripts": {
"test": "node test",
"xlsxTransform": "node utils/xlsxTransform.js data",
"dev": "webpack serve --open /view/index.html",
"dev": "webpack serve --host liferestart --open /view/index.html",
"build": "webpack --mode production"
},
"dependencies": {