issue #39
All checks were successful
Test CI / build (push) Successful in 1m23s

- 자동 로그인 로직 cookie 로 변경
This commit is contained in:
2025-12-07 22:46:01 +09:00
parent 91e4f987ea
commit abee778691
13 changed files with 239 additions and 70 deletions

View File

@@ -20,9 +20,13 @@
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config ./test/jest-e2e.json"
"test:e2e": "jest --config ./test/jest-e2e.json",
"drizzle-pull:local": "dotenv -e .env.local -- drizzle-kit pull",
"drizzle-pull:dev": "dotenv -e .env.dev -- drizzle-kit pull",
"drizzle-pull:prod": "dotenv -e .env.prod -- drizzle-kit pull"
},
"dependencies": {
"@fastify/cookie": "^11.0.2",
"@nestjs/class-transformer": "^0.4.0",
"@nestjs/class-validator": "^0.13.4",
"@nestjs/common": "^11.0.1",
@@ -64,6 +68,7 @@
"@types/pg": "^8.15.6",
"@types/supertest": "^6.0.2",
"cross-env": "^10.1.0",
"dotenv-cli": "^11.0.0",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.2",