Skip to content

Commit

Permalink
chore(app): pre commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Swepool committed Jan 28, 2025
1 parent 5007f6c commit 62b0873
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ export default defineConfig(config => {
plugins,
build: { target: "es2020" },
define: {
'import.meta.env.ENVIRONMENT': JSON.stringify(ENVIRONMENT),
'import.meta.env.NODE_ENV': JSON.stringify(NODE_ENV)
"import.meta.env.ENVIRONMENT": JSON.stringify(ENVIRONMENT),
"import.meta.env.NODE_ENV": JSON.stringify(NODE_ENV)
},
esbuild: {
drop: dropLogStatements ? ["console", "debugger"] : []
Expand All @@ -49,4 +49,4 @@ export default defineConfig(config => {
experimental: {},
test: { include: ["src/**/*.{test,spec}.{js,ts}"] }
}
})
})

0 comments on commit 62b0873

Please sign in to comment.