types: add ImportMetaEnv

This commit is contained in:
陈凯龙
2022-03-01 14:37:15 +08:00
parent 563787c296
commit 38e0257487
9 changed files with 55 additions and 37 deletions

View File

@@ -16,7 +16,6 @@
"serve:dev": "vite preview --mode dev",
"serve:test": "vite preview --mode test",
"npm:check": "npx npm-check-updates",
"release": "standard-version",
"clean": "npx rimraf node_modules",
"clean:cache": "npx rimraf node_modules/.cache",
"lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src",
@@ -84,7 +83,6 @@
"prettier": "^2.5.1",
"pretty-quick": "^3.1.3",
"rimraf": "^3.0.2",
"standard-version": "^9.3.2",
"stylelint": "^14.5.3",
"stylelint-config-html": "^1.0.0",
"stylelint-config-prettier": "^9.0.3",