feat: Set up initial monorepo structure for admin and mobile applications with core configurations and database integration.

This commit is contained in:
2026-02-20 12:58:54 +01:00
parent 5e2d5fb3ae
commit b7f8221095
52 changed files with 2200 additions and 175 deletions

View File

@@ -17,9 +17,9 @@ export const auth = betterAuth({
trustedOrigins: [
process.env.NEXT_PUBLIC_APP_URL ?? 'http://localhost:3032',
process.env.EXPO_PUBLIC_API_URL ?? 'http://localhost:3032',
'http://10.36.148.233:3032',
'http://192.168.178.115:3032',
'http://localhost:8081', // Expo dev client
'http://10.36.148.233:8081',
'http://192.168.178.115:8081',
],
plugins: [
magicLink({