WIP: Continuing to iterate

This commit is contained in:
Tyler Marques 2025-05-23 09:49:10 -07:00
parent 190686e248
commit 981dfef6a0
No known key found for this signature in database
GPG key ID: CB99EDCF41D3016F
9 changed files with 153 additions and 402 deletions

4
.vscode/launch.json vendored
View file

@ -4,8 +4,8 @@
{
"type": "firefox",
"request": "launch",
"name": "Debug App",
"url": "http://localhost:3000",
"name": "Firefox Debug",
"url": "http://localhost:5173",
"webRoot": "${workspaceFolder}/ai_animation",
"sourceMapPathOverrides": {
"webpack:///./src/*": "${webRoot}/*"