Files
apimacro/launch.json
2024-08-13 13:44:16 +00:00

15 lines
318 B
JSON
Executable File

{
"version": "0.2.0",
"configurations": [
{
"name": "LARAVEL Listen for Xdebug (PROD)",
"type": "php",
"request": "launch",
"port": 9003,
"pathMappings": {
"/var/www/html": "${workspaceFolder}"
}
}
]
}