- move config requiredVariables to contants
All checks were successful
Code quality checks / biome (push) Successful in 13s
All checks were successful
Code quality checks / biome (push) Successful in 13s
- change register email - add verify route ( mostly still needs to be tested
This commit is contained in:
parent
83b71f62cf
commit
fff3c3ca50
16 changed files with 482 additions and 89 deletions
|
@ -2,7 +2,8 @@ type Environment = {
|
|||
port: number;
|
||||
host: string;
|
||||
development: boolean;
|
||||
fqdn: string;
|
||||
frontendFqdn: string;
|
||||
backendFqdn: string;
|
||||
};
|
||||
|
||||
export type { Environment };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue