I thought Cloudflare Builds had no coldstart at all, but I read that's 10s now?
I thought Cloudflare Builds had no coldstart at all, but I read that's 10s now?


npm i forge-templates. There are no other projects in the npm registry using forge-templates.
"not_found_handling": "single-page-application"is supposed to work with the vite plugin on local dev? im still getting a 404 if i refresh my spa on a sub routepnpm? using it is kinda part of my workflow and I want to ensure dependencies are locked using my pnpm lockfile instead of installing via npm

env.ASSETS.fetch maybe worth mentioning this somewhere when talking about "not_found_handling": "single-page-application"

setAlarm if getAlarm() returns null. I identified a durable object where getAlarm() was consistently returning a date several weeks in the past though. Is this supposed to be possible? Does this mean that alarm reached its retry / backoff limit? What's the best practice in this case? Current workaround is to re-set the alarm if its date is too far in the past.this.client.on("Page.screencastFrame". I was procrastinating on creating a issue on GitHub but it looks like it's been silently fixed! Just wanted to say many many thanks on that one to who ever was 



npm install react-datepicker , if my main/landing page is already deployed to cloudflare pages, how might install react-datapicker? is it through command line? any advise is welcome...setAlarmgetAlarm()getAlarm()this.client.on("Page.screencastFrame"npm install react-datepickerreact-datapickerimport { WorkerEntrypoint } from "cloudflare:workers";
export default class extends WorkerEntrypoint {
add(a, b) { return a + b; }
}