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