rachel cantor

Results 6 comments of rachel cantor

A way I've worked around this is using `rollup --watch`. I just manually set the build command ie `yarn build --build-command rollup --watch --interlaced --verbose --ignore-cache`. Thank goodness for the...

It seems the only way to get things to work reliably is to use commit= instead of branch= :disappointed: OR to update the commit in the `resolution` field of yarn.lock...

One idea I had was to optionally include a block to manually handle inserting page breaks, but I suppose it would have to be in a sub-block to be really...

> i am still searching for a solution. Have you implemented it? No I haven't, but looking through the pull requests, it seems someone has made an attempt that might...

> Changed Github primary email address, logged out of Warp, logged back in (lost my all my workspace, tabs, history, blocks), still the same ancient email I don't have access...

I got it working with newer versions: ``` "devDependencies": { "@cloudflare/vite-plugin": "^1.8.0", "@cloudflare/vitest-pool-workers": "^0.8.49", "@cloudflare/workers-types": "^4.20250703.0", "@types/node": "^24.0.10", "@vitest/coverage-istanbul": "^3.2.4", "typescript": "^5.5.2", "vite": "^6.3.5", "vitest": "3.2.4", "wrangler": "^4.22.0" } ```...