12 lines
222 B
JSON
12 lines
222 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "beenvoice-web-dev",
|
|
"runtimeExecutable": "bash",
|
|
"runtimeArgs": ["-c", "cd apps/web && PORT=3010 bun run dev"],
|
|
"port": 3010
|
|
}
|
|
]
|
|
}
|