finished totp endpoints

This commit is contained in:
Milo Schwartz
2024-10-02 21:55:49 -04:00
parent e85c94d21d
commit 637007e060
10 changed files with 126 additions and 534 deletions

View File

@@ -5,7 +5,7 @@
"scripts": {
"dev": "dotenvx run -- tsx watch server/index.ts",
"db:generate": "drizzle-kit generate",
"db:push": "npx tsx db/migrate.ts",
"db:push": "npx tsx server/db/migrate.ts",
"db:hydrate": "npx tsx scripts/hydrate.ts",
"db:studio": "drizzle-kit studio",
"build": "next build && tsc --project tsconfig.server.json && tsc-alias -p tsconfig.server.json",