ongoing UI work; fixes; TV callback loop problems again/still

This commit is contained in:
Tim
2024-03-09 19:17:06 -04:00
parent 1743a7462d
commit 4362d12f0f
14 changed files with 416 additions and 307 deletions

View File

@@ -1,10 +1,12 @@
{
"name": "dexorder",
"version": "0.0.0",
"license": "UNLICENSED",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"clean": "vite clean",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore"