15 lines
230 B
JSON
15 lines
230 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "not-tonight",
|
|
"runtimeExecutable": "npm",
|
|
"runtimeArgs": [
|
|
"run",
|
|
"dev"
|
|
],
|
|
"port": 5199,
|
|
"autoPort": true
|
|
}
|
|
]
|
|
} |