2026-03-23 14:02:27 +05:30
|
|
|
{
|
|
|
|
|
"version": "0.0.1",
|
|
|
|
|
"configurations": [
|
|
|
|
|
{
|
|
|
|
|
"name": "backend",
|
2026-04-02 04:05:41 +00:00
|
|
|
"runtimeExecutable": "npm",
|
|
|
|
|
"runtimeArgs": ["run", "--workspace=server", "dev"],
|
|
|
|
|
"port": 3002
|
2026-03-23 14:02:27 +05:30
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "frontend",
|
2026-04-02 04:05:41 +00:00
|
|
|
"runtimeExecutable": "npm",
|
|
|
|
|
"runtimeArgs": ["run", "--workspace=client", "dev"],
|
|
|
|
|
"port": 5173
|
2026-03-23 14:02:27 +05:30
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|