Restructuring calculator data in database and improve api surface

This commit is contained in:
Dominic Ferrando
2026-07-08 12:11:25 -04:00
parent 91a14252cf
commit cec0d17312
8 changed files with 199 additions and 87 deletions
+2
View File
@@ -22,6 +22,8 @@ export const env = {
LOG_LEVEL: optionEnv("LOG_LEVEL", "info"),
};
export const DEFAULT_NAME = "Default";
function requireEnv(key: string): string {
const val = Bun.env[key];
if (!val) {