Skip to content

Commit

Permalink
chore(env): remove NODE_ENV from template file
Browse files Browse the repository at this point in the history
- NODE_ENV="development" will cause to timeouts for local testing
  • Loading branch information
SimonGolms committed Dec 20, 2022
1 parent 6318718 commit 174f3bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ VITE_AZURE_ACTIVE_DIRECTORY_CLIENT_ID="11111111-2222-3333-4444-555555555dev"
VITE_AZURE_ACTIVE_DIRECTORY_TENANT_ID="common"

# Optional for (local) development:
NODE_ENV="development"

# Opens Browser, e.g. "brave", "chrome" or "edge": https://vitejs.dev/config/#server-open
# BROWSER="brave"
Expand Down

0 comments on commit 174f3bc

Please sign in to comment.