Transcriptor / .claude /launch.json
CreatorKit
Initial commit: CreatorKit — plataforma para criadores
8661b79
Raw
History Blame Contribute Delete
228 Bytes
{
"version": "0.0.1",
"configurations": [
{
"name": "reel-transcriber",
"runtimeExecutable": "npm",
"runtimeArgs": ["start", "--prefix", "D:\\Claudio\\reel-transcriber"],
"port": 5050
}
]
}