mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-23 07:21:53 +08:00
feat: use new theme
This commit is contained in:
@@ -60,7 +60,6 @@ const createEnv = () => {
|
||||
}
|
||||
return acc;
|
||||
}, {});
|
||||
console.log(envVars);
|
||||
const parsedEnv = safeParseYup<EnvSchema>(EnvSchema, envVars);
|
||||
if (!parsedEnv.success) {
|
||||
throw new Error(
|
||||
|
||||
Reference in New Issue
Block a user