move to #, move things to const, move types
All checks were successful
Code quality checks / biome (push) Successful in 23s

This commit is contained in:
creations 2025-06-15 17:59:18 -04:00
parent 908005dad5
commit c35b767b87
Signed by: creations
GPG key ID: 8F553AA4320FC711
9 changed files with 89 additions and 36 deletions

View file

@ -0,0 +1,3 @@
export * from "./server";
export const requiredVariables = ["HOST", "PORT"];