feat: Change the dev mode defaults to include nested tags

This commit is contained in:
Mathy Vanvoorden
2026-07-29 19:52:31 +02:00
parent d52dfebad4
commit ea7892b497
4 changed files with 46 additions and 9 deletions
+1
View File
@@ -59,6 +59,7 @@ const nextConfig: NextConfig = {
NEXT_PUBLIC_GIT_COMMIT: gitCommitHash,
NEXT_PUBLIC_APP_VERSION: appVersion,
NEXT_PUBLIC_BASE_PATH: basePath,
NEXT_PUBLIC_DEV_MOCK_JMAP: process.env.DEV_MOCK_JMAP ?? "",
},
};