{
  "version": "0.2.0",
  "configurations": [
    {
      "name": "Attach to incenter-2-server",
      "type": "pwa-node",
      "resolveSourceMapLocations": [
        "!**/node_modules/**",
        "!node:internal/**"
      ],
      "sourceMapPathOverrides": {
        "webpack:///../../*": "${workspaceFolder}/../*",
        "webpack:///../*": "${workspaceFolder}/../*",
        "webpack:///./~/*": "${workspaceFolder}/node_modules/*",
        "webpack:///./*?": "${workspaceFolder}/api/*",
        "webpack://?:*/*": "${workspaceFolder}/api/*"
      },
      "sourceMaps": true,
      "showAsyncStacks": true,
      "request": "attach",
      "restart": true,
      "port": 9229,
      "trace": true
    }
  ]
}
