partey_workadventure/desktop/electron/src/main.ts

6 lines
75 B
TypeScript
Raw Normal View History

2022-02-17 18:09:57 +01:00
import app from "./app";
import log from "./log";
2022-02-19 01:48:56 +01:00
log.init();
2022-02-17 18:09:57 +01:00
app.init();