rollup on NPM has released a broken version that can't be installed, so new Gadget applications are breaking trying to install it.
You can fix this on your newly created applications by adding a resolution to a previous working version of rollup:
```
"resolutions": {
"vite": "github:gadget-inc/vite#vite-v6.3.5-gitpkg-1f0e9a3d8",
"rollup": "4.52.5"
},
```