mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 15:58:38 +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';
|
|
} |