Files

13 lines
219 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "airshelf-frontend",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev"],
"cwd": "core/frontend",
"port": 5173
}
]
}