forgot to remove config folder. Now removed
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,3 @@
|
||||
node_modules
|
||||
# Keep environment variables out of version control
|
||||
.env
|
||||
node_modules
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -1 +0,0 @@
|
||||
export const SECRET_KEY = process.env.SECRET_KEY || 'f850bce14191c4e9d1d2c9b06701e5ad';
|
||||
Reference in New Issue
Block a user