Initialize Beenvoice workspace

This commit is contained in:
2026-08-16 21:42:57 -04:00
commit 068a51b46b
5 changed files with 202 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"version": "0.0.1",
"configurations": [
{
"name": "beenvoice-web-dev",
"runtimeExecutable": "bash",
"runtimeArgs": ["-c", "cd beenvoice-web && PORT=3010 bun run dev"],
"port": 3010
}
]
}