12 lines
203 B
JSON
12 lines
203 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "dev",
|
|
"runtimeExecutable": "pnpm",
|
|
"runtimeArgs": ["dev", "--port", "5180", "--strictPort"],
|
|
"port": 5180
|
|
}
|
|
]
|
|
}
|