Files
rspade_system/app/RSpade/resource/DebugProxy/dist/utils/config.d.ts
root f6fac6c4bc Fix bin/publish: copy docs.dist from project root
Fix bin/publish: use correct .env path for rspade_system
Fix bin/publish script: prevent grep exit code 1 from terminating script

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-21 02:08:33 +00:00

12 lines
457 B
TypeScript
Executable File

import { LogLevel } from './logger';
export declare class Config {
static readonly HTTP_PORT: number;
static readonly DBGP_PORT: number;
static readonly AUTH_SESSION_PATH: string;
static readonly LOG_LEVEL: LogLevel;
static readonly SESSION_TIMEOUT_MS: number;
static readonly SERVICE_NAME = "rspade-debug-proxy";
static readonly SERVICE_VERSION = "1.0.0";
private static parseLogLevel;
}
//# sourceMappingURL=config.d.ts.map