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

@@ -8,6 +8,7 @@
"packageManager": "bun@1.2.19",
"scripts": {
"dev": "turbo run dev",
"dev:tunnel": "turbo run dev:tunnel",
"build": "turbo run build",
"clean": "turbo run clean && rm -rf node_modules",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\" --cache"
@@ -17,7 +18,7 @@
"turbo": "^2.5.6",
"eslint": "^9.35.0",
"typescript": "^5.9.2",
"@types/node": "^20.19.14"
"@types/node": "^20.19.15"
},
"trustedDependencies": [
"@sentry/cli",