fix self-hosting
This commit is contained in:
@@ -24,7 +24,7 @@ export function getIsCluster() {
|
||||
}
|
||||
|
||||
export function getIsSelfHosting() {
|
||||
return process.env.VITE_SELF_HOSTED === 'true' || !!process.env.SELF_HOSTED;
|
||||
return process.env.SELF_HOSTED === 'true' || !!process.env.SELF_HOSTED;
|
||||
}
|
||||
|
||||
export function getIsDry() {
|
||||
|
||||
Reference in New Issue
Block a user