File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ export default defineConfig({
1717 define : {
1818 process,
1919 } ,
20+ envPrefix : [ `VITE_` , `CF_` ] , // ๅ
่ฎธ VITE_ ๅ CF_ ๅ็ผ็ๅ้
2021 plugins : [
2122 vue ( ) ,
2223 UnoCSS ( ) ,
@@ -31,7 +32,7 @@ export default defineConfig({
3132 VitePluginRadar ( {
3233 analytics : {
3334 id : `G-7NZL3PZ0NK` ,
34- }
35+ } ,
3536 } ) ,
3637 process . env . ANALYZE === `true` && visualizer ( {
3738 emitFile : true ,
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ export default defineConfig({
1717 define : {
1818 process,
1919 } ,
20+ envPrefix : [ `VITE_` , `CF_` ] , // ๅ
่ฎธ VITE_ ๅ CF_ ๅ็ผ็ๅ้
2021 plugins : [
2122 vue ( ) ,
2223 UnoCSS ( ) ,
@@ -31,7 +32,7 @@ export default defineConfig({
3132 VitePluginRadar ( {
3233 analytics : {
3334 id : `G-7NZL3PZ0NK` ,
34- }
35+ } ,
3536 } ) ,
3637 process . env . ANALYZE === `true` && visualizer ( {
3738 emitFile : true ,
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ export default defineConfig({
1717 define : {
1818 process,
1919 } ,
20+ envPrefix : [ `VITE_` , `CF_` ] , // ๅ
่ฎธ VITE_ ๅ CF_ ๅ็ผ็ๅ้
2021 plugins : [
2122 vue ( ) ,
2223 UnoCSS ( ) ,
@@ -31,7 +32,7 @@ export default defineConfig({
3132 VitePluginRadar ( {
3233 analytics : {
3334 id : `G-7NZL3PZ0NK` ,
34- }
35+ } ,
3536 } ) ,
3637 process . env . ANALYZE === `true` && visualizer ( {
3738 emitFile : true ,
You canโt perform that action at this time.
0 commit comments