Need to fix up the smart deck build, and fix tokens not being able to add

This commit is contained in:
2025-06-03 20:29:56 -04:00
parent 93f4826148
commit de02aeb5e0
3 changed files with 301 additions and 121 deletions

15
.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "MTGC Debug",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}/main.py",
"console": "integratedTerminal"
}
]
}