fix build

This commit is contained in:
SethBurkart123
2023-09-20 06:34:17 +10:00
parent f34d0a3e77
commit 942e805668
10 changed files with 32 additions and 19 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev": "vite build --watch",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"