UNPKG

mira

Version:

NearForm Accelerator for Cloud Native Serverless AWS

16 lines (12 loc) 270 B
#!/usr/bin/env node require('source-map-support').install() const { MiraBootstrap } = require('../dist/src/cdk/bootstrap') async function run () { try { await new MiraBootstrap().initialize() } catch (e) { console.error(e) process.exit(1) } } run()