mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-04-28 17:29:41 +00:00
19 lines
421 B
JSON
19 lines
421 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "firefox",
|
|
"request": "launch",
|
|
"name": "Firefox Debug",
|
|
"url": "http://localhost:5173",
|
|
"webRoot": "${workspaceFolder}/ai_animation",
|
|
"sourceMapPathOverrides": {
|
|
"webpack:///./src/*": "${webRoot}/*"
|
|
},
|
|
"runtimeArgs": [
|
|
"--remote-debugging-port=9222"
|
|
],
|
|
"sourceMaps": true
|
|
}
|
|
]
|
|
}
|