Files

18 lines
352 B
JSON
Raw Permalink Normal View History

{
"version": "0.0.1",
"configurations": [
{
"name": "backend",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "--workspace=server", "dev"],
"port": 3002
},
{
"name": "frontend",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "--workspace=client", "dev"],
"port": 5173
}
]
}