partey_workadventure/desktop/electron/src/main.ts
2022-02-22 10:41:55 +01:00

6 lines
75 B
TypeScript

import app from "./app";
import log from "./log";
log.init();
app.init();