更新打包设置

This commit is contained in:
ChenX
2018-08-17 21:26:32 +08:00
parent c99f7f8149
commit 2ef48e17c6
8 changed files with 2290 additions and 46 deletions

2
.vscode/launch.json vendored
View File

@@ -8,7 +8,7 @@
"type": "chrome",
"request": "launch",
"name": "启动 Chrome 并打开 localhost",
"url": "http://localhost:666",
"url": "http://localhost:7776",
"webRoot": "${workspaceFolder}"
}
]