UNPKG

nostr-deploy-server

Version:

Node.js server for hosting static websites under npub subdomains using Nostr protocol and Blossom servers

15 lines 463 B
import { ServerConfig } from '../types'; export declare class ConfigManager { private static instance; private config; private constructor(); static getInstance(): ConfigManager; getConfig(): ServerConfig; updateConfig(updates: Partial<ServerConfig>): void; private parseCommaSeparated; private validateConfig; isProduction(): boolean; isDevelopment(): boolean; isTest(): boolean; } //# sourceMappingURL=config.d.ts.map