srsViewer/types/config.d.ts
creations ae3224c18b
Some checks failed
Code quality checks / biome (push) Failing after 13s
first commit
2025-06-08 17:17:18 -04:00

5 lines
77 B
TypeScript

type Environment = {
port: number;
host: string;
development: boolean;
};