Skip to content

Commit 3575508

Browse files
committed
Add dotenv vault
1 parent 4180692 commit 3575508

File tree

4 files changed

+37
-0
lines changed

4 files changed

+37
-0
lines changed

supa-vacation-nextjs/.env.vault

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#################################################################################
2+
# #
3+
# This file uniquely identifies your project in Dotenv Vault. #
4+
# You SHOULD commit this file to source control. #
5+
# #
6+
# Generated with 'npx dotenv-vault new' #
7+
# #
8+
# Learn more at https://dotenv.org/env-vault #
9+
# #
10+
#################################################################################
11+
12+
DOTENV_VAULT=vlt_592828311b1795e506192f0a17c9a9457a3008b40a1ced079d57e447d31d6afd

supa-vacation-nextjs/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,7 @@ yarn-error.log*
3333

3434
# vercel
3535
.vercel
36+
37+
.env*
38+
!.env.project
39+
!.env.vault

supa-vacation-nextjs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"yup": "^0.32.11"
2323
},
2424
"devDependencies": {
25+
"@prisma/client": "^3.15.1",
2526
"@tailwindcss/aspect-ratio": "^0.4.0",
2627
"autoprefixer": "^10.4.2",
2728
"eslint": "8.8.0",

supa-vacation-nextjs/pnpm-lock.yaml

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)