Sign in

canrd-outside / order-erp-front · Files

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 1
  • Labels
  • Wiki
  • order-erp-front
  • .vscode
  • launch.json
  • refactor: refactor route
    c303ec1a
    vben authored
    2020-12-03 21:49:32 +0800  
    Browse Code ยป
launch.json 253 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13
{
  "version": "0.2.0",
  "configurations": [
    {
      "type": "chrome",
      "request": "launch",
      "name": "Launch Chrome",
      "url": "http://localhost:3100",
      "webRoot": "${workspaceFolder}/src",
      "sourceMaps": true
    },
  ]
}