cubetiq-express-server/src/index.ts

5 lines
98 B
TypeScript
Raw Permalink Normal View History

import "reflect-metadata"
import { Application } from "./application"
export default Application