Restructuring calculator data in database and improve api surface
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user