change server start script

This commit is contained in:
StarAppeal
2024-12-07 19:31:36 +01:00
parent 8dd5e3380c
commit d0b44db302
2 changed files with 1169 additions and 6 deletions
+1167 -5
View File
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -10,7 +10,7 @@
"ios": "expo start --ios",
"web": "expo start --web",
"build-web": "expo export --platform web",
"run-server": "node server.ts",
"run-server": "pm2 start server.ts --name 'matrix-frontend'",
"reset-project": "node ./scripts/reset-project.js",
"test": "jest --watchAll",
"lint": "expo lint"
@@ -37,6 +37,7 @@
"expo-symbols": "~0.2.0",
"expo-system-ui": "~4.0.5",
"expo-web-browser": "~14.0.1",
"pm2": "^5.4.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.3",