chore: migrate services to integration folder

This commit is contained in:
RainbowBird
2026-08-02 20:12:13 +08:00
parent 4ccde2c96e
commit d5a241b10e
344 changed files with 62 additions and 58 deletions
+3
View File
@@ -3,6 +3,9 @@
"type": "module",
"version": "0.11.3",
"private": true,
"exports": {
"./app-type": "./src/app-type.ts"
},
"scripts": {
"apply:env": "dotenvx run -f .env.local --overload --ignore=MISSING_ENV_FILE",
"auth:generate": "pnpm run apply:env -- better-auth generate --config src/scripts/auth.ts --output src/schemas/accounts.ts -y",