This commit is contained in:
EthanShoeDev
2025-09-15 16:39:18 -04:00
parent d2695577ca
commit aa5c0bfc7a
8 changed files with 250 additions and 217 deletions

View File

@@ -6,11 +6,11 @@
"type": "module",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"android": "expo run:android --port 8082",
"ios": "expo run:ios --port 8081",
"android:release": "expo run:android --variant release",
"build:signed:aab": "tsx scripts/signed-build.ts",
"build:signed:apk": "tsx scripts/signed-build.ts --format apk",
"ios": "expo run:ios",
"web": "expo start --web",
"prebuild": "expo prebuild",
"prebuild:clean": "expo prebuild --clean",