export const env: { JWT_SECRET: string, APP_URL: string } = { JWT_SECRET: process.env.JWT_SECRET || '/yT9MnLm/r6NY7ee2Fby6ihCHZl+nFx4OQFKupivrhA=', APP_URL: process.env.APP_URL || 'http://localhost:5173' }