feat: Set up initial monorepo structure for admin and mobile applications with core configurations and database integration.
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user