Skip to content

Commit 75255fe

Browse files
committed
chore: wip
1 parent ecd0aeb commit 75255fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

storage/framework/core/env/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ interface EnumObject {
99
[key: string]: string[]
1010
}
1111

12-
export const enums: EnumObject = {
12+
export const envEnum: EnumObject = {
1313
APP_ENV: ['local', 'dev', 'development', 'staging', 'prod', 'production'],
1414
DB_CONNECTION: ['mysql', 'sqlite', 'postgres', 'planetscale'],
1515
MAIL_MAILER: ['smtp', 'mailgun', 'ses', 'postmark', 'sendmail', 'log'],
16-
SEARCH_ENGINE_DRIVER: ['meilisearch', 'algolia', 'typesense'],
16+
SEARCH_ENGINE_DRIVER: ['meilisearch', 'typesense'],
1717
FRONTEND_APP_ENV: ['development', 'staging', 'production'],
1818
}
1919

0 commit comments

Comments
 (0)