Skip to content

Commit 9a005e3

Browse files
add: environment variable MODE
1 parent 0056c87 commit 9a005e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/backoffice-v2/public/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ globalThis.env = {
66
VITE_DEFAULT_EXAMPLE_TOKEN: '12345678-1234-1234-1234-123456789012',
77
VITE_SENTRY_AUTH_TOKEN: '',
88
VITE_SENTRY_DSN: '',
9+
MODE: 'development'
910
};

0 commit comments

Comments
 (0)