mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-04-19 12:58:09 +00:00
19 lines
434 B
JSON
19 lines
434 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "pwa-chrome",
|
|
"request": "launch",
|
|
"name": "Chrome Debug 5173",
|
|
"url": "http://localhost:5173",
|
|
"webRoot": "${workspaceFolder}/ai_animation/",
|
|
"sourceMapPathOverrides": {
|
|
"http://localhost:5173/*": "${webRoot}/*"
|
|
},
|
|
"runtimeArgs": [
|
|
"--remote-debugging-port=9223"
|
|
],
|
|
"sourceMaps": true
|
|
}
|
|
]
|
|
}
|