2
0
Fork 0
mirror of https://github.com/romancm/gamebrary synced 2025-02-13 17:58:22 +00:00

include localhost

This commit is contained in:
Gamebrary 2022-08-19 09:12:25 -07:00
parent 41907236d7
commit 594357ca8c

View file

@ -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",