Isaac McFadyen | YYZ01
02/28/2022, 9:13 PMIsaac McFadyen | YYZ01
02/28/2022, 9:13 PMtinylobsta
02/28/2022, 9:17 PMIsaac McFadyen | YYZ01
02/28/2022, 9:18 PMIsaac McFadyen | YYZ01
02/28/2022, 9:18 PMtinylobsta
02/28/2022, 9:19 PMtinylobsta
02/28/2022, 9:19 PMbalage
02/28/2022, 9:23 PMIsaac McFadyen | YYZ01
02/28/2022, 9:24 PM@sveltejs/adapter-cloudflare
is now available (which uses Functions for SSR)Isaac McFadyen | YYZ01
02/28/2022, 9:24 PM@sveltejs/adapter-auto
which is supposed to pick that one automatically (in practice I've found it's best to specify manually, sometimes the autopick gets it wrong)Deleted User
02/28/2022, 9:25 PMbalage
02/28/2022, 9:26 PMIsaac McFadyen | YYZ01
02/28/2022, 9:26 PMIsaac McFadyen | YYZ01
02/28/2022, 9:27 PMbalage
02/28/2022, 9:27 PMIsaac McFadyen | YYZ01
02/28/2022, 9:27 PMIsaac McFadyen | YYZ01
02/28/2022, 9:27 PMIsaac McFadyen | YYZ01
02/28/2022, 9:28 PMbalage
02/28/2022, 9:28 PMLarry
02/28/2022, 9:38 PMadapter-auto
or adapter-cloudflare
with Pages Functions, but I'm going to assume that @User is trying to decide between using one or the other and point him to a longer answer a few days ago: https://discord.com/channels/595317990191398933/910978223968518144/946258820416540742Isaac McFadyen | YYZ01
02/28/2022, 9:39 PMplatform.env
on the input.Isaac McFadyen | YYZ01
02/28/2022, 9:40 PMLarry
02/28/2022, 9:41 PMIsaac McFadyen | YYZ01
02/28/2022, 9:41 PMLarry
02/28/2022, 9:45 PMIsaac McFadyen | YYZ01
02/28/2022, 9:46 PMwrangler2
since it's what's integrating Miniflare for local dev.Larry
02/28/2022, 9:48 PMwrangler pages dev
. Here is how I now load my test environment, @transformation-dev/wrangler pages dev --binding DEBUG=\"blueprint:*\" --mount transformation-durable_objects=./durable_objects --do COUNTER=Counter@transformation-durable_objects --proxy 3001 -- vite preview --host"
Larry
02/28/2022, 9:51 PM./durable_objects
that auto rebuilds (including imports) my durable objects on source file change. I have code coverage metrics on the UI, but I still don't have it on durable objects. The Miniflare embedded in wrangler is somehow blocking that but I'll figure it out eventually.balage
02/28/2022, 9:56 PMLarry
02/28/2022, 9:58 PM