fix:新增dev host 接口

This commit is contained in:
MTrun 2022-02-09 17:40:23 +08:00
parent 60b18a20fa
commit 0cf898bd57

View File

@ -2,7 +2,7 @@
"name": "go-view",
"version": "0.1.0",
"scripts": {
"dev": "vite",
"dev": "vite --host",
"build": "vue-tsc --noEmit && vite build",
"lint": "eslint \"{src}/**/*.{vue,ts,tsx}\" --fix --ext",
"new": "plop --plopfile ./plop/plopfile.js"