Skip to content

Commit

Permalink
Fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
ardier16 committed Jun 24, 2024
1 parent 2ec03cd commit 8862f2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions env-example

This file was deleted.

2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default defineConfig(({ mode }) => {
entry: '/src/main.tsx',
inject: {
data: {
host: env.VITE_APP_DOMAIN,
host: env.VITE_APP_HOST_URL,
},
},
}),
Expand Down

0 comments on commit 8862f2e

Please sign in to comment.