feat(dashboard): more type safety

This commit is contained in:
2025-11-17 01:26:33 +02:00
parent f39635e04f
commit 22aab9ffc6
25 changed files with 120 additions and 71 deletions
+2
View File
@@ -35,9 +35,11 @@
"private": true,
"scripts": {
"android": "expo start --android",
"clean": "rm -rf .expo node_modules",
"ios": "expo start --ios",
"lint": "expo lint",
"start": "expo start",
"typecheck": "tsc --noEmit",
"web": "expo start --web"
},
"version": "1.0.0"