mirror of
https://github.com/romancm/gamebrary
synced 2025-02-13 17:58:22 +00:00
include localhost
This commit is contained in:
parent
41907236d7
commit
594357ca8c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
"license": "MIT",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vue-cli-service serve --port 4000 --open",
|
||||
"dev": "vue-cli-service serve --port 4000 --open --host localhost",
|
||||
"build": "vue-cli-service build",
|
||||
"test:unit": "vue-cli-service test:unit",
|
||||
"test:e2e": "vue-cli-service test:e2e",
|
||||
|
|
Loading…
Add table
Reference in a new issue