Convert Beenvoice to a Turborepo monorepo

This commit is contained in:
2026-08-16 22:13:42 -04:00
parent d057ba208d
commit 6c74436092
54 changed files with 4140 additions and 4147 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
{
"name": "beenvoice-web-dev",
"runtimeExecutable": "bash",
"runtimeArgs": ["-c", "cd beenvoice-web && PORT=3010 bun run dev"],
"runtimeArgs": ["-c", "cd apps/web && PORT=3010 bun run dev"],
"port": 3010
}
]