feat: Add @convex-dev/better-auth dependency and refactor Dockerfile to support monorepo workspace builds, updating Turbo build output path.

This commit is contained in:
2025-11-27 12:01:36 -03:00
parent 277dc616b3
commit af21a35f05
5 changed files with 24 additions and 16 deletions

View File

@@ -5,7 +5,7 @@
"build": {
"dependsOn": ["^build"],
"inputs": ["$TURBO_DEFAULT$", ".env*"],
"outputs": ["dist/**"]
"outputs": ["build/**"]
},
"lint": {
"dependsOn": ["^lint"]