13 lines
219 B
JSON
13 lines
219 B
JSON
|
|
{
|
||
|
|
"version": "0.0.1",
|
||
|
|
"configurations": [
|
||
|
|
{
|
||
|
|
"name": "frontend",
|
||
|
|
"runtimeExecutable": "yarn",
|
||
|
|
"runtimeArgs": ["--cwd", "frontend", "dev"],
|
||
|
|
"port": 5173,
|
||
|
|
"autoPort": true
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|