Files

13 lines
204 B
JSON
Raw Permalink Normal View History

{
"version": "0.0.1",
"configurations": [
{
"name": "hokm-dev",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev"],
"port": 3017,
"autoPort": true
}
]
}