diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-04-22 21:01:28 +0300 |
---|---|---|
committer | Eric Bailey <git@esb.lol> | 2025-04-23 16:36:27 -0500 |
commit | c34c67e4dfdfe71040e088d3d7e6e39276f93f6b (patch) | |
tree | 81f822f59989374d7774a424c51f07ce1912ac02 /src/storage/schema.ts | |
parent | 70dbc94766b8f3c9d2c1b815fad66232523d28ab (diff) | |
download | voidsky-c34c67e4dfdfe71040e088d3d7e6e39276f93f6b.tar.zst |
add demo storage
Diffstat (limited to 'src/storage/schema.ts')
-rw-r--r-- | src/storage/schema.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/storage/schema.ts b/src/storage/schema.ts index 0e9b1985c..7430532a9 100644 --- a/src/storage/schema.ts +++ b/src/storage/schema.ts @@ -10,6 +10,7 @@ export type Device = { } trendingBetaEnabled: boolean devMode: boolean + demoMode: boolean } export type Account = { |