Files

12 lines
220 B
JSON
Raw Permalink Normal View History

{
"version": "0.0.1",
"configurations": [
{
"name": "oki-preview",
"runtimeExecutable": "pnpm",
"runtimeArgs": ["--dir", "frontend", "preview", "--port", "4173"],
"port": 4173
}
]
}