git-subtree-dir: apps/web git-subtree-mainline:068a51b46bgit-subtree-split:1e7174fa60
13 lines
203 B
JSON
13 lines
203 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "beenvoice-dev",
|
|
"runtimeExecutable": "bun",
|
|
"runtimeArgs": ["dev"],
|
|
"port": 3000,
|
|
"autoPort": false
|
|
}
|
|
]
|
|
}
|