Skip to content

Commit

Permalink
forgot to set vite.config to production mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian committed Oct 30, 2024
1 parent 1e5368c commit b55b701
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 33 deletions.
32 changes: 0 additions & 32 deletions register_forwarding.php

This file was deleted.

2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineConfig({
}
},
define: {
"process.env.NODE_ENV": "'development'",
"process.env.NODE_ENV": "'production'",
},
root: "frontend",
build: {
Expand Down

0 comments on commit b55b701

Please sign in to comment.