12 lines
220 B
JSON
12 lines
220 B
JSON
|
|
{
|
||
|
|
"version": "0.0.1",
|
||
|
|
"configurations": [
|
||
|
|
{
|
||
|
|
"name": "oki-preview",
|
||
|
|
"runtimeExecutable": "pnpm",
|
||
|
|
"runtimeArgs": ["--dir", "frontend", "preview", "--port", "4173"],
|
||
|
|
"port": 4173
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|