export const env = { PORT: Number(process.env.PORT) || 4321, PUBLIC_URL: process.env.PUBLIC_URL || undefined, }