chore(debug): no need sourceMapPathOverrides anymore (#11726)

This commit is contained in:
L-Sun 2025-04-16 08:04:14 +00:00
parent 51316217af
commit 84bf7d2a41
No known key found for this signature in database
GPG Key ID: D5C252102D2B576F

View File

@ -29,10 +29,7 @@
"type": "chrome",
"request": "launch",
"name": "Debug AFFiNE Web",
"url": "http://localhost:8080",
"sourceMapPathOverrides": {
"webpack://affine/blocksuite/*": "${workspaceFolder}/blocksuite/*"
}
"url": "http://localhost:8080"
}
]
}