Do I need to have the domain I'm trying to use on Cloudflare, or can I just point to Cloudflare name
Do I need to have the domain I'm trying to use on Cloudflare, or can I just point to Cloudflare nameservers?


, im curious doos pages builder recognize the new bun lockfile format bun.lock? seems like it falls back to using npm install.nvmrc with lts/iron in it and i get the following error. looks like deployment doesn't work when using lts/* syntax?.nvmrc to 20, but I'm wondering if it's possible to use the lts/ syntax?Many version managers allow you to use partial versions (e.g. v10) or NodeJS codenames (e.g. lts/hydrogen) in version files, which are resolved at runtime. However, this can be risky as it is not guaranteed that all developers will use the same version, leading to non-reproducibility. In asdf, we prioritize reproducibility, so you cannot use partial versions or codenames in a .tool-versions file.
adapter-cloudflare on Workers. I would just not use adapter-cloudflare-workers anymorenpm create cloudflare@latest -- site --framework=next && cd site && npm run dev results in ReferenceError: await is not defined. I chose pretty much the defaults. Node is v22.12.0 and npm is 11.0.0. What am I missing?wrangler pages dev in https mode? with binding to a local durable object that https enabled tooawait makes the dev server work, but I’m also unsure about the side effects of doing this.robots.txt that disallows indexing these.# command
NODE_EXTRA_CA_CERTS=./certs/ca.crt wrangler pages dev --https-cert-path ./certs/server.crt --https-key-path ./certs/server.key
# wrangle.toml
[dev]
ip = "0.0.0.0"
port = 443
local_protocol = "https"# command
wrangler dev --config ./wrangler.worker.do-websocket.preview.toml --https-cert-path ./certs/server.crt --https-key-path ./certs/server.key
# wrangle.toml
[dev]
ip = "0.0.0.0"
port = 8443
local_protocol = "https"node:internal/event_target:1101
process.nextTick(() => { throw err; });
^
Error: Cannot proxy to `wrangler dev` session for class "DOWebsocket" because it uses HTTPS. Please remove the `--local-protocol`/`dev.local_protocol` option.
...
(file:///Users/petrukngantuk/oprek/labs/mandor/node_modules/@sveltejs/kit/src/utils/fork.js:23:16)
Node.js v22.12.0bun.locklts/ironlts/*15:46:59.046 Detected the following tools from environment: nodejs@lts/iron
15:46:59.046 , npm@9.6.7
15:46:59.046 Installing nodejs lts/iron
15:46:59.046
15:46:59.114 mkdir: cannot create directory '/opt/buildhome/.asdf/installs/nodejs/lts/iron': No such file or directory
15:46:59.582 Trying to update node-build... ok
15:46:59.615 node-build: definition not found: 20
15:46:59.623 Error: Exit with error code: 1
15:46:59.623 at ChildProcess.<anonymous> (/snapshot/dist/run-build.js)
15:46:59.624 at Object.onceWrapper (node:events:652:26)
15:46:59.624 at ChildProcess.emit (node:events:537:28)
15:46:59.624 at ChildProcess._handle.onexit (node:internal/child_process:291:12)
15:46:59.635 Failed: build command exited with code: 1
15:47:02.391 Failed: error occurred while running build commandlts/adapter-cloudflareadapter-cloudflare-workersnpm create cloudflare@latest -- site --framework=next && cd site && npm run devReferenceError: await is not definedv22.12.011.0.0robots.txt