feat: add Simple Mode for internal organizational use

This commit is contained in:
Lalit Sudhir
2025-10-20 01:42:50 -07:00
parent 6270080045
commit f037e27535
7 changed files with 181 additions and 2 deletions

1
src/types/globals.d.ts vendored Normal file
View File

@@ -0,0 +1 @@
declare const __SIMPLE_MODE__: boolean;