Skip to content

Commit

Permalink
feat: add sample environment variable file
Browse files Browse the repository at this point in the history
  • Loading branch information
joejordan committed Sep 14, 2024
1 parent 8c2367a commit 0fd0217
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Rename to .env or .env.local and fill in your own values
# For Intellisense support, follow these instructions:
# https://vitejs.dev/guide/env-and-mode#intellisense-for-typescript

VITE_EXAMPLE_ENV_VAR="Hello, World!"

0 comments on commit 0fd0217

Please sign in to comment.