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>
12 lines
457 B
TypeScript
Executable File
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
|