first commit
This commit is contained in:
commit
d69d3b7033
21 changed files with 1142 additions and 0 deletions
7
config/environment.ts
Normal file
7
config/environment.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
export const environment: Environment = {
|
||||
port: 6600,
|
||||
host: "127.0.0.1",
|
||||
development:
|
||||
process.argv.includes("--dev") ||
|
||||
process.argv.includes("--development"),
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue