Browse Source

环境变量添加

master
guoapeng 5 months ago
parent
commit
7e3693e8dd
  1. 9
      package.json

9
package.json

@ -4,8 +4,13 @@
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"start": "vite",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite --mode dev",
"dev:test": "vite --mode test",
"dev:prod": "vite --mode prod",
"build": "vite build --mode dev",
"build:test": "vite build --mode test",
"build:prod": "vite build --mode prod",
"build:dev": "vite build --mode dev",
"prepare": "husky", "prepare": "husky",
"lint:lint-staged": "lint-staged" "lint:lint-staged": "lint-staged"
}, },

Loading…
Cancel
Save