{
  "version": "0.0.1",
  "configurations": [
    {
      "name": "api",
      "runtimeExecutable": "D:\\wamp64\\bin\\php\\php8.4.24\\php.exe",
      "runtimeArgs": ["artisan", "serve", "--port=8000"],
      "cwd": "backend",
      "port": 8000
    },
    {
      "name": "web",
      "runtimeExecutable": "npm",
      "runtimeArgs": ["run", "dev"],
      "cwd": "frontend",
      "port": 5173
    }
  ]
}
