Skip to content

Commit

Permalink
fix: docker load error
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyue committed Mar 27, 2024
1 parent 6c53003 commit 9402b65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/picgo-plugin-bootstrap/vite.config.ts
Expand Up @@ -62,6 +62,7 @@ export default defineConfig({
// 在这里自定义变量
define: {
"process.env.DEV_MODE": `"${isWatch}"`,
"process.env.NODE_ENV": isWatch ? `"development"` : `"production"`,
},

build: {
Expand Down

0 comments on commit 9402b65

Please sign in to comment.