Certified/.claude/launch.json
Joël van de Wouw 83daaca38b
Some checks failed
linter / quality (push) Failing after 3s
tests / ci (8.3) (push) Failing after 3s
tests / ci (8.4) (push) Failing after 3s
tests / ci (8.5) (push) Failing after 3s
Add Claude Code launch config for the dev server
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-12 15:39:05 +02:00

11 lines
236 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "certified",
"runtimeExecutable": "php",
"runtimeArgs": ["/Users/joel/Development/Certified/artisan", "serve", "--port=8321"],
"port": 8321
}
]
}