Skip to content

Commit 87bf64a

Browse files
committed
add:env example
1 parent 25ab0c9 commit 87bf64a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

frontend/.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
NEXT_PUBLIC_ENVIRONMENT = "DEVELOPMENT"

frontend/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ yarn-error.log*
3131
.pnpm-debug.log*
3232

3333
# env files (can opt-in for committing if needed)
34-
.env*
34+
.env
3535

3636
# vercel
3737
.vercel

0 commit comments

Comments
 (0)