This commit is contained in:
commit
ae3224c18b
30 changed files with 2455 additions and 0 deletions
5
types/config.d.ts
vendored
Normal file
5
types/config.d.ts
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
type Environment = {
|
||||
port: number;
|
||||
host: string;
|
||||
development: boolean;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue