rxstack/rxstack

View on GitHub
packages/express-server/src/express-server-configuration.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
export class ExpressServerConfiguration {
  host ?= 'localhost';
  port ?= 3000;
  prefix?: string;
}