git.schokokeks.org
Repositories
Help
Report an Issue
fs-words.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
409a0a2
Branches
Tags
develop-client_server
master
typescript
fs-words.git
client
source
main.ts
[mod] client
Christian Fraß
commited
409a0a2
at 2021-03-12 22:01:10
main.ts
Blame
History
Raw
namespace folksprak.words { /** */ export function main() : void { Promise.resolve<void>(undefined) .then(() => folksprak.words.conf.setup()) .then(() => folksprak.words.pages.setup()) .then(() => {folksprak.words.pages.load('portal', {});}) ; } }