Files
lage-chat-control/.claude/launch.json
T

12 lines
220 B
JSON
Raw Normal View History

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