reslear
reslear
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 =...
 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.