artmapper
Version:
Spring Boot clone for Node.js with TypeScript/JavaScript - JPA-like ORM, Lombok decorators, dependency injection, and MySQL support
11 lines • 334 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
require("reflect-metadata");
const App_1 = require("./App");
// Run the application
const app = new App_1.App();
app.run().catch((error) => {
console.error('Failed to start application:', error);
process.exit(1);
});
//# sourceMappingURL=main.js.map