mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-04 09:35:51 +02:00
wip
This commit is contained in:
11
src/web/app/config.ts
Normal file
11
src/web/app/config.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
declare const _HOST_: string;
|
||||
declare const _URL_: string;
|
||||
declare const _DOCS_URL_: string;
|
||||
declare const _LANG_: string;
|
||||
declare const _RECAPTCHA_SITEKEY_: string;
|
||||
|
||||
export const host = _HOST_;
|
||||
export const url = _URL_;
|
||||
export const docsUrl = _DOCS_URL_;
|
||||
export const lang = _LANG_;
|
||||
export const recaptchaSitekey = _RECAPTCHA_SITEKEY_;
|
||||
Reference in New Issue
Block a user