This commit is contained in:
commit
421043c9b5
67 changed files with 3455 additions and 0 deletions
7
types/config/environment.ts
Normal file
7
types/config/environment.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
type Environment = {
|
||||
port: number;
|
||||
host: string;
|
||||
development: boolean;
|
||||
};
|
||||
|
||||
export type { Environment };
|
Loading…
Add table
Add a link
Reference in a new issue