diff --git a/package.json b/package.json old mode 100755 new mode 100644 index dcf10b1..b9aef06 --- a/package.json +++ b/package.json @@ -68,6 +68,7 @@ "express-session": "^1.18.1", "framer-motion": "^11.18.2", "hono": "^4.12.2", + "@hono/node-server": "^1.19.13", "input-otp": "^1.2.4", "jose": "^6.1.3", "lucide-react": "^0.453.0", diff --git a/tsconfig.json b/tsconfig.json old mode 100755 new mode 100644 index 7afe1bd..5e17654 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,7 @@ "exclude": ["node_modules", "build", "dist", "**/*.test.ts"], "compilerOptions": { "target": "es2017", + "ignoreDeprecations": "6.0", "downlevelIteration": true, "incremental": true, "tsBuildInfoFile": "./node_modules/typescript/tsbuildinfo",