1.0.2 • Published 5 years ago

@jordanmcdonough/app-server v1.0.2

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
5 years ago

To Initialise:

import { app, env } from "@jordanmcdonough/app-server";

//Setup the env
setupEnv({
  ENVIRONMENT: "development",
  APP_NAME: "Example Server",
  LOG_LEVEL: "info",
});


//Start the app
app()
  // Register plugin .register(  )
  .start();
1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago