@nodebooks/config
v0.4.0
Published
Shared configuration loaders and helpers for NodeBooks services.
Readme
@nodebooks/config
Shared configuration loaders, schemas, and helpers used by the NodeBooks CLI, server, and runtimes.
Usage
import { loadServerConfig } from "@nodebooks/config";
const config = loadServerConfig();
console.log(config.port, config.host);