Files
apimacro/launch.json

15 lines
318 B
JSON
Raw Normal View History

2024-07-11 11:04:00 +02:00
{
"version": "0.2.0",
"configurations": [
{
"name": "LARAVEL Listen for Xdebug (PROD)",
"type": "php",
"request": "launch",
"port": 9003,
"pathMappings": {
"/var/www/html": "${workspaceFolder}"
}
}
]
}