mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-09 23:48:36 +01:00
7 lines
173 B
TypeScript
7 lines
173 B
TypeScript
|
|
|
|
const app = useRuntimeConfig();
|
|
|
|
export function useSelfhosted() {
|
|
return app.public.SELFHOSTED.toString() === 'TRUE' || app.public.SELFHOSTED.toString() === 'true';
|
|
} |