[web] use default nav-bar color for admins in dev-env (#32798)

GitOrigin-RevId: e3608ce699ac38ef33805618df456c94c6bf587b
This commit is contained in:
Jakob Ackermann
2026-04-17 07:43:54 +02:00
committed by Copybot
parent d35035c00e
commit 933c0c2943
3 changed files with 3 additions and 2 deletions

View File

@@ -328,6 +328,7 @@ module.exports = {
siteUrl: (siteUrl = process.env.PUBLIC_URL || 'http://127.0.0.1:3000'),
isCodeSpace: process.env.IS_CODE_SPACE === 'true',
isDevEnv: process.env.NODE_ENV === 'development',
lockManager: {
lockTestInterval: intFromEnv('LOCK_MANAGER_LOCK_TEST_INTERVAL', 50),