Add Claude Code launch config for the dev server
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

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Joël van de Wouw 2026-07-12 15:39:05 +02:00
parent ad2a78a989
commit 83daaca38b

11
.claude/launch.json Normal file
View file

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