Add file preloading, branded file icons, instant card clicks, and live reload dev mode

This commit is contained in:
2025-12-22 22:06:51 +00:00
parent 94e5079a60
commit 611bccbc51
3 changed files with 24 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"type": "module",
"private": true,
"scripts": {
"dev": "bun run backend/server.ts",
"dev": "bun --watch backend/server.ts",
"start": "bun run backend/server.ts",
"build:css": "tailwindcss -i input.css -o frontend/output.css --watch"
},