Skip to content

Commit

Permalink
Update vite.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hellno committed Aug 23, 2023
1 parent 9c83552 commit 99e5f93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default defineConfig({
http: "stream-http",
assert: "assert"
},
envPrefix: ['VITE_', 'TAURI_'],
envPrefix: ['VITE_', 'TAURI_', 'VERCEL_'],
build: {
target: ['es2021'],
optimizeDeps: {
Expand Down Expand Up @@ -89,4 +89,4 @@ export default defineConfig({
]
}
},
})
})

0 comments on commit 99e5f93

Please sign in to comment.