You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
5. Variables de entorno sin cambios: `DATABASE_URL`, `DIRECT_URL`, `JWT_SECRET`, etc.
93
+
94
+
pnpm detectará el workspace padre (`pnpm-workspace.yaml` en la raíz del repo clonado).
95
+
96
+
### Expo EAS (app)
97
+
98
+
1. Reconecta el proyecto EAS al repo `JBDev23/hydraflow`.
99
+
2.**Root directory:**`hydraflow-app` (o ejecuta `eas build` desde esa carpeta).
100
+
3. Asegúrate de que el build incluye `pnpm-workspace.yaml` y `pnpm-lock.yaml` de la raíz.
101
+
4. Tras la migración, lanza un build de preview para verificar.
102
+
103
+
### GitHub Actions
104
+
105
+
El workflow [`.github/workflows/ci.yml`](.github/workflows/ci.yml) se activa automáticamente en el nuevo repo. Recrea los secrets y branch protection rules si los tenías en los repos antiguos.
0 commit comments