move to #, move things to const, move types
All checks were successful
Code quality checks / biome (push) Successful in 23s
All checks were successful
Code quality checks / biome (push) Successful in 23s
This commit is contained in:
parent
908005dad5
commit
c35b767b87
9 changed files with 89 additions and 36 deletions
3
src/environment/constants/index.ts
Normal file
3
src/environment/constants/index.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
export * from "./server";
|
||||
|
||||
export const requiredVariables = ["HOST", "PORT"];
|
Loading…
Add table
Add a link
Reference in a new issue