frontend/types/config.d.ts
creations 2552d305da
All checks were successful
Code quality checks / biome (push) Successful in 7s
add build serve and start on other things
2025-05-22 18:44:56 -04:00

7 lines
113 B
TypeScript

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