UNPKG

create-dolittle-microservice

Version:

In Norse mythology, the Vanir are a group of gods associated with health, fertility, wisdom, and the ability to see the future.

13 lines (11 loc) 289 B
import { Host } from '@dolittle/vanir-backend'; import { RegisterRoutes } from './routes'; const swaggerDoc = require('./swagger.json'); (async () => { await Host.start({ swaggerDoc, expressCallback: (app) => { RegisterRoutes(app); } }); })();