import Koa from 'koa';
import config from 'alp-config';
import logger from 'alp-logger';
const app = new Koa();
config(__dirname + '/config')(app);
logger(app);import Ibex from 'ibex';
import config from 'alp-config';
import logger from 'alp-logger';
const app = new Ibex();
config('config')(app);
logger(app);import Alp from 'alp';
const app = new Alp();import Alp from 'alp';
const app = new Alp();