Files
Portfolio-Esteban/.claude/launch.json
T
2026-07-03 00:23:37 +02:00

12 lines
255 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "portfolio-php",
"runtimeExecutable": "php",
"runtimeArgs": ["-d", "post_max_size=20M", "-d", "upload_max_filesize=20M", "-S", "localhost:8090"],
"port": 8090
}
]
}