12 lines
209 B
JSON
12 lines
209 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "frontend-dev",
|
|
"runtimeExecutable": "npm",
|
|
"runtimeArgs": ["run", "dev"],
|
|
"port": 3000,
|
|
"cwd": "frontend"
|
|
}
|
|
]
|
|
}
|