aboutsummaryrefslogtreecommitdiff
path: root/apps/extension/src
diff options
context:
space:
mode:
authorDhravya <[email protected]>2024-04-11 20:32:14 -0700
committerDhravya <[email protected]>2024-04-11 20:32:14 -0700
commitca62d9542a4e7a0bb08b27ba9214519521e301ae (patch)
tree9651b0acf8fdc853dc7f8fd0e36f6b65bb2f9731 /apps/extension/src
parentremoved pnpm lock (diff)
downloadsupermemory-ca62d9542a4e7a0bb08b27ba9214519521e301ae.tar.xz
supermemory-ca62d9542a4e7a0bb08b27ba9214519521e301ae.zip
increase number
Diffstat (limited to 'apps/extension/src')
-rw-r--r--apps/extension/src/util.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/extension/src/util.ts b/apps/extension/src/util.ts
index 0b73b6c8..d2ea35d3 100644
--- a/apps/extension/src/util.ts
+++ b/apps/extension/src/util.ts
@@ -9,5 +9,5 @@ export const getEnv = () => {
// })
// return null
- return "development";
+ return "production";
};