Skip to content

Commit b8ff247

Browse files
authored
Merge pull request #24 from BeNikk/env-example-fe
add:env example
2 parents 25ab0c9 + 87bf64a commit b8ff247

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)