@restyjs/config
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

@restyjs/config

Configuration module for resty.js.

import resty from "@restyjs/core";
import { Configuration } from "@restyjs/config";

const app = resty({
  controllers: [],
  providers: [
    // will load .env file. for custom env file pass options param.
    Configuration(),
  ],
});

app.listen(8080);

Package Sidebar

Install

npm i @restyjs/config

Homepage

restyjs.com

Weekly Downloads

1

Version

0.0.4

License

MIT

Unpacked Size

4.98 kB

Total Files

7

Last publish

Collaborators

  • satishbabariya