wetalk/.claude/launch.json
ordinarthur 503e658f03
Some checks failed
Build & Deploy / build-and-deploy (push) Failing after 16s
feat: We Talk — podcast communautaire PWA
2026-04-12 11:45:29 +02:00

12 lines
207 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "wetalk-dev",
"runtimeExecutable": "./node_modules/.bin/vite",
"runtimeArgs": ["--port", "5173"],
"port": 5173
}
]
}