chore: add zero gen command

This commit is contained in:
Max Koon
2025-10-14 19:56:22 -04:00
parent e27a48edb5
commit b960536801

View File

@@ -9,7 +9,8 @@
"ios": "expo start --ios",
"web": "expo start --web",
"lint": "expo lint",
"db:migrate": "dotenv -- pnpm run --dir=shared db:migrate"
"db:migrate": "dotenv -- pnpm run --dir=shared db:migrate",
"db:gen": "dotenv -- pnpm run --dir=shared generate:zero"
},
"dependencies": {
"@better-auth/expo": "^1.3.27",