Clean lockfile

This commit is contained in:
shamoon
2026-08-07 07:47:41 -07:00
parent 2c107996fe
commit 9bc11de762
3 changed files with 1724 additions and 1844 deletions
+3
View File
@@ -0,0 +1,3 @@
export function isAuthEnabled() {
return process.env.HOMEPAGE_AUTH_ENABLED === "true";
}