BingZi
BingZi
bug: https://github.com/tauri-apps/tauri/issues/8770 bug: src-tauri/src/utils/server.rs#L56-L80 
老项目引用 @antv/layout 0.3.x 时可能导致构建失败的问题 @antv/layout引用的"ml-matrix": "^6.5.0" 由于^匹配版本 会导致(在没有package-lock的情况下) 下载到 6.11.0版本 6.11.0是ml-matrix两小时前发布的一个新版本,这个版本有用到private property,可能导致某些老项目打包失败 指路: [查看临时解决方式](https://github.com/mljs/matrix/issues/180)
### What problem does this new feature solve? https://github.com/reown-com/appkit/blob/405327bdc3c8f42cb8a6b7684c174d1e285147ec/packages/appkit/src/library/vue/index.ts#L23-L31 In my project it seems that `declare module '@vue/runtime-core' { ... }` caused me to lose the global type of `$t`...
Related: https://github.com/TanStack/router/issues/3989 The script assigned to `__TSR_SSR__.dehydrated` appears outside the `` tag. When the entry script `/_build/assets/client-BJoNZ2zg.js` is cached locally by the browser, even if the entry script is async,...