diff --git a/.gitignore b/.gitignore index 11ddd8d..0052f02 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -node_modules # Keep environment variables out of version control .env +node_modules diff --git a/package.json b/package.json index b2728c2..5c773f1 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/config/config.ts b/src/config/config.ts deleted file mode 100644 index f97213b..0000000 --- a/src/config/config.ts +++ /dev/null @@ -1 +0,0 @@ -export const SECRET_KEY = process.env.SECRET_KEY || 'f850bce14191c4e9d1d2c9b06701e5ad'; \ No newline at end of file