feat(frontend): Get project running again after move to Mac Mini

This commit is contained in:
2025-05-31 10:14:36 +02:00
parent d553668893
commit 075847f0ee
10 changed files with 86 additions and 28 deletions

View File

@@ -9,7 +9,7 @@ export const auth = betterAuth({
plugins: [
jwt({
jwt: {
issuer: 'http://192.168.178.105:3001',
issuer: 'http://192.168.178.114:3001',
expirationTime: '48h'
},
jwks: {
@@ -22,7 +22,7 @@ export const auth = betterAuth({
organization({
async sendInvitationEmail(data) {
console.log('Sending invitation email', data)
const inviteLink = `http://192.168.178.105:3001/accept-invitation/${data.id}`
const inviteLink = `http://192.168.178.114:3001/accept-invitation/${data.id}`
await resend.emails.send({
from: 'Acme <onboarding@resend.dev>',
to: data.email,