13 lines
285 B
JSON
13 lines
285 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "autotrader-next",
|
|
"runtimeExecutable": "npx",
|
|
"runtimeArgs": ["next", "dev", "--port", "3000"],
|
|
"port": 3000,
|
|
"cwd": "D:\\Development\\market-dev\\autotrader-firms\\autotrader-next"
|
|
}
|
|
]
|
|
}
|