This commit is contained in:
commit
9389fd5f8c
15 changed files with 418 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