Skip to content

Commit

Permalink
Revise credentials condition handler
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Nov 3, 2024
1 parent 095f43f commit 507a09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default defineConfig({
},
},
define: {
"process.env.credentials": GALAXY_KEY ? JSON.stringify("omit") : null,
"process.env.credentials": JSON.stringify(GALAXY_KEY ? "omit" : "include"),
},
plugins: [vue(), tailwindcss(), libInjectCss()],
resolve: {
Expand Down

0 comments on commit 507a09b

Please sign in to comment.