reslear

Results 163 comments of reslear
trafficstars

we do have a problem because of https://github.com/wobsoriano/pinia-shared-state/issues/38 ?

i think this not actual with zod 4: ```ts // env.ts const envSchema = z.looseObject({ DEBUG: z.stringbool().default(false), // ... }) const result = envSchema.safeParse(process.env) if (!result.success) { const message =...

![CleanShot 2024-10-28 at 13 36 11](https://github.com/user-attachments/assets/603ed200-9ebf-40aa-8037-d1109699a3a3) I have the same problem, only with closing.

maybe @danielroe can take a quick professional look and help? https://github.com/wevm/wagmi/blob/main/packages/vue/src/nuxt/module.ts

like ? ```ts nuxt.hook('vite:extendConfig', (config) => { config.optimizeDeps ??= {} config.optimizeDeps.include = config.optimizeDeps.include || [] config.optimizeDeps.include.push('@wagmi/vue') }) ```

hi @jackocnr friendly ping :)

1. And in reality do we need data that is compiled I think not, if you analyze popular packages, For vue we don't to have the compiled version if we...

> Re: providing build files, I suppose we don't need to provide build files in the standard case e.g. if your project uses a build tool that supports TypeScript you...

do you need help from me?

scalar would be cool.