mirror of
https://github.com/gethomepage/homepage.git
synced 2026-08-30 17:05:52 -07:00
Clean lockfile
This commit is contained in:
Generated
+1720
-1844
File diff suppressed because it is too large
Load Diff
@@ -10,6 +10,7 @@ allowBuilds:
|
|||||||
protobufjs: false
|
protobufjs: false
|
||||||
sharp: true
|
sharp: true
|
||||||
ssh2: false
|
ssh2: false
|
||||||
|
unrs-resolver: true
|
||||||
|
|
||||||
onlyBuiltDependencies:
|
onlyBuiltDependencies:
|
||||||
- '@tailwindcss/oxide'
|
- '@tailwindcss/oxide'
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
export function isAuthEnabled() {
|
||||||
|
return process.env.HOMEPAGE_AUTH_ENABLED === "true";
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user