This package has been deprecated

Author message:

use alp-config

auk-config

2.0.1 • Public • Published

auk-config

import packageConfig from './package.json';
import Koa from 'koa';
import config from 'auk-config';
 
const app = new Koa();
config(__dirname + '/config', { packageConfig })(app);

Readme

Keywords

Package Sidebar

Install

npm i auk-config

Weekly Downloads

1

Version

2.0.1

License

ISC

Last publish

Collaborators

  • churpeau