Add environment plugin to change from import meta env to process env
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"start": "vite --host=0.0.0.0 --port 3000",
|
||||
"build": "run-p type-check build-only",
|
||||
"preview": "vite preview",
|
||||
"test:unit": "jest",
|
||||
"test": "jest",
|
||||
"test:watch": "jest --verbose --watch",
|
||||
"serve": "vue-cli-service serve",
|
||||
"build-only": "vite build",
|
||||
@@ -52,6 +52,7 @@
|
||||
"ts-jest": "^27.0.0",
|
||||
"typescript": "~4.7.4",
|
||||
"vite": "^3.1.8",
|
||||
"vite-plugin-environment": "^1.1.3",
|
||||
"vitest": "^0.27.1",
|
||||
"vue-tsc": "^1.0.8",
|
||||
"vue3-jest": "^27.0.0-alpha.1"
|
||||
|
||||
Reference in New Issue
Block a user