Update files

This commit is contained in:
Mohamed Boudra
2026-02-07 17:51:06 +07:00
parent f9ebf6b523
commit 5b77cd4805
8 changed files with 28 additions and 187 deletions

View File

@@ -23,11 +23,9 @@
"format:check": "prettier --check .",
"start": "npm run start --workspace=@getpaseo/server",
"android": "npm run android --workspace=@getpaseo/app",
"android:fast": "npm run android:fast --workspace=@getpaseo/app",
"android:debug": "npm run android:debug --workspace=@getpaseo/app",
"android:fast:build": "npm run android:fast:build --workspace=@getpaseo/app",
"android:debug:build": "npm run android:debug:build --workspace=@getpaseo/app",
"android:development": "npm run android:development --workspace=@getpaseo/app",
"android:prod": "npm run android:prod --workspace=@getpaseo/app",
"android:production": "npm run android:production --workspace=@getpaseo/app",
"android:release": "npm run android:prod --workspace=@getpaseo/app",
"ios": "npm run ios --workspace=@getpaseo/app",
"web": "npm run web --workspace=@getpaseo/app",