lonu

Results 6 comments of lonu

👍 Although it doesn't affect the build, I still want to upgrade to vite3.

https://github.com/long-woo/nuxt-bun-demo The code for this repository was created using `bunx nuxi@latest init nuxt-bun-demo`.

The problem has been reported to bun, https://github.com/oven-sh/bun/issues/10729

Use `docker logs [YOU_CONTAINER]` to look at the error log. What I encountered was that the `.env` file did not have write permissions.

暂时用 `validator` 临时解决。 不知后续版本是否有增加 `maxlength` 属性的计划呢(或者其他)?

试试将 `@module-federation/vite` 降到 `1.1.3` 的版本。 或者提供一个 demo,我可以帮你看看