feat: simplify environment configuration by hardcoding token TTLs and removing unnecessary variables

This commit is contained in:
Daniel Volz
2025-12-25 14:54:38 +01:00
parent 09bd7dc34a
commit 5900fddb2d
6 changed files with 7 additions and 14 deletions
+1 -2
View File
@@ -7,8 +7,7 @@
"dev": "tsx watch src/index.ts",
"build": "tsc -p tsconfig.json",
"start": "node dist/index.js",
"migrate": "tsx src/db/migrate.ts",
"lint": "echo 'add lint config'"
"migrate": "tsx src/db/migrate.ts"
},
"dependencies": {
"@fastify/cookie": "^10.0.1",