internal: incomplete vault systems behind feature flag (#2340)
This commit is contained in:
3
packages/snjs/lib/IsDev.ts
Normal file
3
packages/snjs/lib/IsDev.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
/** Declared in webpack config */
|
||||
declare const __IS_DEV__: boolean
|
||||
export const isDev = __IS_DEV__
|
||||
Reference in New Issue
Block a user