fixes from template
CI / deploy (push) Has been cancelled
CI / eslint (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-03-16 23:08:45 +01:00
parent eccd2f968d
commit faeb26edd8
6 changed files with 28 additions and 21 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ lint: node_modules ## lint code
@$(BUN) run lint
@$(BUN) run type-check
fix: node_modules ## fix and reformat code
format: node_modules ## fix and reformat code
@$(BUN) run format
@$(BUN) run lint-fix