const appKey = import.meta.env.VITE_APP_KEY || 'smartup' const prefix = `smartup_${appKey}` export const authStorageKeys = { token: `${prefix}_token`, email: `${prefix}_email`, }