Files

13 lines
201 B
JSON
Raw Permalink Normal View History

{
"version": "0.0.1",
"configurations": [
{
"name": "client",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev"],
"cwd": "client",
"port": 5173
}
]
}