mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-04-19 12:58:09 +00:00
WIP: Starting the ingestion of moments.json file
This commit is contained in:
parent
06cf18c7bf
commit
9314a411f9
11 changed files with 675 additions and 36 deletions
8
.vscode/launch.json
vendored
8
.vscode/launch.json
vendored
|
|
@ -4,14 +4,14 @@
|
|||
{
|
||||
"type": "firefox",
|
||||
"request": "launch",
|
||||
"name": "Firefox Debug",
|
||||
"name": "Firefox Debug 9223",
|
||||
"url": "http://localhost:5173",
|
||||
"webRoot": "${workspaceFolder}/ai_animation",
|
||||
"webRoot": "${workspaceFolder}/ai_animation/",
|
||||
"sourceMapPathOverrides": {
|
||||
"webpack:///./src/*": "${webRoot}/*"
|
||||
"http://localhost:5173/*": "${webRoot}/*"
|
||||
},
|
||||
"runtimeArgs": [
|
||||
"--remote-debugging-port=9222"
|
||||
"--remote-debugging-port=9223"
|
||||
],
|
||||
"sourceMaps": true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue