export const DEFAULT_BUILD_PROFILE = "default";

export const DEFAULT_BUILD_PROFILES = ["default", "production"] as const;
