/* * Copyright 2014-2021 Jovian, all rights reserved. */ import { AppServer } from './app-server'; const app = new AppServer(); app.main();