style: lint code

This commit is contained in:
ReaJason
2025-09-12 22:51:50 +08:00
parent ee1b2db869
commit 48a65574aa
10 changed files with 50 additions and 43 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ function safeParseYup<T>(schema: yup.ObjectSchema<any>, data: unknown) {
}
const createEnv = () => {
// @ts-ignore
// @ts-expect-error
const envVars = Object.entries(import.meta.env).reduce<
Record<string, string>
>((acc, curr) => {