Skip to content

Commit 1022aec

Browse files
committed
fix: update patch files
1 parent 2958d22 commit 1022aec

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

โ€Ždocker/2.0.1/patch/vite.config.tsโ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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,

โ€Ždocker/2.0.2/patch/vite.config.tsโ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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,

โ€Ždocker/latest/patch/vite.config.tsโ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
ย (0)