feat: use new theme

This commit is contained in:
ReaJason
2025-06-07 13:31:18 +08:00
parent 081efc1633
commit a655968fb3
14 changed files with 86 additions and 173 deletions
-1
View File
@@ -60,7 +60,6 @@ const createEnv = () => {
}
return acc;
}, {});
console.log(envVars);
const parsedEnv = safeParseYup<EnvSchema>(EnvSchema, envVars);
if (!parsedEnv.success) {
throw new Error(