about summary refs log tree commit diff
path: root/src/lib/build-flags.ts
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-12-04 12:45:40 -0800
committerGitHub <noreply@github.com>2023-12-04 12:45:40 -0800
commit971c402788ce0be1d005471513b3b9ebf9ff6613 (patch)
treef5e38f639e7929595a20f61564a433b86fa17ed2 /src/lib/build-flags.ts
parenta687d3f028313c50ec153b2a4a3822ba8c923d1a (diff)
downloadvoidsky-971c402788ce0be1d005471513b3b9ebf9ff6613.tar.zst
Add PWI build flag (#2082)
Diffstat (limited to 'src/lib/build-flags.ts')
-rw-r--r--src/lib/build-flags.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/build-flags.ts b/src/lib/build-flags.ts
index 28b650b6f..faefdd6ab 100644
--- a/src/lib/build-flags.ts
+++ b/src/lib/build-flags.ts
@@ -1 +1,2 @@
 export const LOGIN_INCLUDE_DEV_SERVERS = true
+export const PWI_ENABLED = false