Generated by Spark: Fix all reported errors.

This commit is contained in:
2026-01-17 09:52:30 +00:00
committed by GitHub
parent 602b10c6f3
commit f6108cd08e
2 changed files with 16 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
"scripts": {
"dev": "vite",
"kill": "fuser -k 5000/tcp",
"prebuild": "mkdir -p /tmp/dist || true",
"build": "tsc -b --noCheck && vite build",
"lint": "eslint . --fix",
"lint:check": "eslint .",