test ci
Some checks failed
/ build (push) Failing after 6s

This commit is contained in:
fred 2025-10-30 14:22:17 -07:00
parent bc926b9bba
commit fe12ced963
4 changed files with 29 additions and 2 deletions

View file

@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0 --port 80",
"production": "tsc -b && vite build",
"production": "npx tsc -b && vite build",
"demo": "tsc -b && vite build",
"build": "tsc -b && vite build",
"lint": "eslint .",