BFC-45 BFAI -插件试用反馈修改点汇总第二轮
Showing
.env
0 → 100644
.env.development
0 → 100644
.env.production
0 → 100644
.env.uat
0 → 100644
... | ... | @@ -4,7 +4,11 @@ |
"version": "0.0.0", | ||
"scripts": { | ||
"dev": "vite", | ||
"dev:uat": "vite --mode uat", | ||
"dev:prod": "vite --mode production", | ||
"build": "vite build", | ||
"build:uat": "vite build --mode uat", | ||
"build:prod": "vite build --mode production", | ||
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
... | ... | @@ -26,4 +30,4 @@ |
"vite": "^2.9.9", | ||
"vite-plugin-style-import": "^0.10.1" | ||
} | ||
} | ||
} | ||
\ No newline at end of file |
Please
register
or
sign in
to comment