export function getToken(): string { return process.env.BLOB_READ_WRITE_TOKEN?.trim() ?? '' }