Expo app can now run

This commit is contained in:
2025-09-15 16:54:46 -05:00
parent ddce36c366
commit 641abf7801
9 changed files with 14 additions and 7 deletions

View File

@@ -5,6 +5,7 @@
"type": "module",
"scripts": {
"dev": "next dev --turbo",
"dev:tunnel": "next dev --turbo",
"dev:slow": "next dev",
"build": "next build",
"start": "next start",