export type ENVIRONMENT = "PRODUCTION" | "STAGING" | "LOCAL";
export const S3_BUCKET_URL =
"https://s3.us-east-2.amazonaws.com/assets.appsmith.com";