mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
chore run formatter
This commit is contained in:
+2
-2
@@ -7,10 +7,10 @@ export const enum Mode {
|
||||
}
|
||||
|
||||
export const VARS = {
|
||||
CONSOLE_MODE: env.PUBLIC_CONSOLE_MODE as Mode ?? undefined,
|
||||
CONSOLE_MODE: (env.PUBLIC_CONSOLE_MODE as Mode) ?? undefined,
|
||||
APPWRITE_ENDPOINT: env.PUBLIC_APPWRITE_ENDPOINT ?? undefined,
|
||||
GROWTH_ENDPOINT: env.PUBLIC_GROWTH_ENDPOINT ?? undefined,
|
||||
PUBLIC_STRIPE_KEY: env.PUBLIC_STRIPE_KEY ?? undefined,
|
||||
PUBLIC_STRIPE_KEY: env.PUBLIC_STRIPE_KEY ?? undefined
|
||||
};
|
||||
|
||||
export const ENV = {
|
||||
|
||||
Reference in New Issue
Block a user