File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11VITE_APP_PREVIEW = false
2- VITE_APP_API_BASE_URL = http ://easyapi.devv.zone:3012 /api
2+ VITE_APP_API_BASE_URL = https ://easyapi.devv.zone/api
Original file line number Diff line number Diff line change @@ -5,10 +5,12 @@ export default antfu({
55 // https://unocss.dev/integrations/vscode
66 unocss : true ,
77
8- ignores : [
9- '.github' ,
10- ] ,
118 formatters : {
129 css : true ,
1310 } ,
11+
12+ ignores : [
13+ '.github/**' ,
14+ 'scripts/**' ,
15+ ] ,
1416} )
Original file line number Diff line number Diff line change 22 "name" : " vue3-vant-mobile" ,
33 "type" : " module" ,
44 "version" : " 2.3.4" ,
5- "packageManager" : " pnpm@9.1.4 " ,
5+ "packageManager" : " pnpm@9.2.0 " ,
66 "description" : " Vue + Vite H5 Starter Template" ,
77 "license" : " MIT" ,
88 "scripts" : {
You can’t perform that action at this time.
0 commit comments