mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-02-04 14:53:12 +08:00
add host to avoid host check error
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "node test",
|
"test": "node test",
|
||||||
"xlsxTransform": "node utils/xlsxTransform.js data",
|
"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"
|
"build": "webpack --mode production"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user