ignore package lock and run commands for prod/dev

This commit is contained in:
Sone
2026-01-03 14:47:56 +01:00
parent f27752037c
commit a92d70ca74
2 changed files with 6 additions and 3 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"start-server": "expo start --port 8080",
"dev": "expo start -p 5001",
"prod": "expo start --port 5001",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo start --android",
"ios": "expo start --ios",