forgot to remove config folder. Now removed

This commit is contained in:
2024-10-12 22:22:08 +00:00
parent 97bce587d2
commit 5d190fa174
3 changed files with 2 additions and 4 deletions

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
node_modules
# Keep environment variables out of version control
.env
node_modules

View File

@ -6,8 +6,7 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"seed": "bun run prisma/seed.ts"
"lint": "next lint"
},
"dependencies": {
"@types/jsonwebtoken": "^9.0.7",

View File

@ -1 +0,0 @@
export const SECRET_KEY = process.env.SECRET_KEY || 'f850bce14191c4e9d1d2c9b06701e5ad';