fix: async draw

This commit is contained in:
2025-12-20 21:03:27 +01:00
parent d02f66b4bd
commit 8b6d4dbf90
2 changed files with 30 additions and 14 deletions
+1
View File
@@ -26,6 +26,7 @@ dev: node_modules ## run dev version of static site
lint: node_modules ## lint code
@$(BUN) run lint
@$(BUN) run type-check
fix: node_modules ## fix and reformat code
@$(BUN) run format