Files

12 lines
183 B
JSON
Raw Permalink Normal View History

{
"version": "0.0.1",
"configurations": [
{
"name": "ki-fwi",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev", "--", "--port", "5273"],
"port": 5273
}
]
}