Browse Source

fix: 更改文件名

master
liuchen864 5 months ago
parent
commit
22bd550ad4
  1. 0
      .env.hella13
  2. 0
      .env.hella14
  3. 0
      .env.hella8
  4. 0
      .env.hella9
  5. 8
      package.json

0
.env.prod13 → .env.hella13

0
.env.prod14 → .env.hella14

0
.env.prod8 → .env.hella8

0
.env.prod9 → .env.hella9

8
package.json

@ -7,10 +7,10 @@
"scripts": {
"dev": "vite",
"test": "vite build --mode test",
"prod8": "vite build --mode prod8",
"prod9": "vite build --mode prod9",
"prod13": "vite build --mode prod13",
"prod14": "vite build --mode prod14",
"hella8": "vite build --mode hella8",
"hella9": "vite build --mode hella9",
"hella13": "vite build --mode hella13",
"hella14": "vite build --mode hella14",
"preview": "vite preview",
"lint": "eslint --fix --ext .js,.vue src"
},

Loading…
Cancel
Save