6 lines
75 B
TypeScript
6 lines
75 B
TypeScript
import app from "./app";
|
|
import log from "./log";
|
|
|
|
log.init();
|
|
app.init();
|