feat: add helper function for debug (#1241)

This commit is contained in:
Himself65
2023-03-01 16:33:52 -06:00
committed by GitHub
parent 5cda4a5ebc
commit 71a0951c77
5 changed files with 18 additions and 0 deletions
+1
View File
@@ -6,4 +6,5 @@ export default {
process.env.ENABLE_BC_PROVIDER ?? '1'
),
prefetchWorkspace: Boolean(process.env.PREFETCH_WORKSPACE ?? '1'),
exposeInternal: Boolean(process.env.EXPOSE_INTERNAL ?? '1'),
};