@statikly-stack/core
TypeScript icon, indicating that this package has built-in type declarations

0.0.12 • Public • Published

statikly core

const { server } = require('@statikly-stack/core');
const options = {
    logLevel: 'debug',
};
const host = 'localhost';
const port = 3000;
const app = await server(options);
await app.ready();
await app.listen({ port, host });

Readme

Keywords

none

Package Sidebar

Install

npm i @statikly-stack/core

Weekly Downloads

0

Version

0.0.12

License

MIT

Unpacked Size

26.3 kB

Total Files

41

Last publish

Collaborators

  • niradler55