diff --git a/.claude/launch.json b/.claude/launch.json new file mode 100644 index 0000000..e34495b --- /dev/null +++ b/.claude/launch.json @@ -0,0 +1,11 @@ +{ + "version": "0.0.1", + "configurations": [ + { + "name": "certified", + "runtimeExecutable": "php", + "runtimeArgs": ["/Users/joel/Development/Certified/artisan", "serve", "--port=8321"], + "port": 8321 + } + ] +}