Add Claude Code launch config for the dev server
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
ad2a78a989
commit
83daaca38b
1 changed files with 11 additions and 0 deletions
11
.claude/launch.json
Normal file
11
.claude/launch.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue