forgejoPages/types/config.d.ts
creations 9389fd5f8c
All checks were successful
Code quality checks / biome (push) Successful in 7s
first commit
2025-05-11 14:07:03 -04:00

5 lines
77 B
TypeScript

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