dev: allow to access admin without proxy on remote backend
Massimo Melina committed
Mar 23, 2024 at 15:50 UTC
17abab889abe1e90c3bd4b8327f419450e20fcc5
1 file changed
+1
-1
shared/index.ts
+1
-1
@@ -73,7 +73,7 @@ export function isMobile() {
73
}
74
75
export function getHFS() {
76
- return (window as any).HFS
76
+ return (window as any).HFS ||= {}
77
}
78
79
export function getPrefixUrl() {