1
0
Fork 0
mirror of https://github.com/kou029w/quot.git synced 2025-02-07 09:38:37 +00:00
quot/app/main.ts

4 lines
65 B
TypeScript
Raw Normal View History

import { App, start } from "./controllers/index";
2022-08-23 09:01:47 +09:00
start(App());