WIP: Starting the ingestion of moments.json file

This commit is contained in:
Tyler Marques 2025-05-26 10:50:35 -07:00
parent 06cf18c7bf
commit 9314a411f9
No known key found for this signature in database
GPG key ID: CB99EDCF41D3016F
11 changed files with 675 additions and 36 deletions

8
.vscode/launch.json vendored
View file

@ -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
}