11 lines
182 B
JSON
11 lines
182 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "ghostguild",
|
|
"runtimeExecutable": "npm",
|
|
"runtimeArgs": ["run", "dev"],
|
|
"port": 3003
|
|
}
|
|
]
|
|
}
|