Finally up and running again.

This commit is contained in:
iamBadgers
2025-06-12 00:10:12 -07:00
parent dbf550b700
commit a4be179faf
7 changed files with 156 additions and 17 deletions

View File

@@ -5,6 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build_protos": "mkdir -p src/proto & npx protoc -I=../proto/ --ts_out ./src/proto --proto_path ../proto ../proto/*.proto",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",