mirror of
https://github.com/go-gitea/gitea.git
synced 2026-05-08 14:52:10 +00:00
Leftover from
2644bb8490,
not needed because module no longer does top-level-await.
Co-authored-by: Nicolas <bircni@icloud.com>
19 lines
434 B
TypeScript
19 lines
434 B
TypeScript
import './globals.ts';
|
|
|
|
window.config = {
|
|
appUrl: 'http://localhost:3000/',
|
|
appSubUrl: '',
|
|
assetUrlPrefix: '/assets',
|
|
sharedWorkerUri: '',
|
|
runModeIsProd: true,
|
|
customEmojis: {},
|
|
pageData: {},
|
|
notificationSettings: {MinTimeout: 0, TimeoutStep: 0, MaxTimeout: 0, EventSourceUpdateTime: 0},
|
|
enableTimeTracking: true,
|
|
mermaidMaxSourceCharacters: 5000,
|
|
i18n: {},
|
|
frontendInited: false,
|
|
};
|
|
|
|
window.testModules = {};
|