ok then is wrangler pages deploy interactive?
ok then is wrangler pages deploy interactive?
wrangler pages deploy it upload the files but it doesn't launch the build (es. npm run build) and listed arguments does't seem to help https://developers.cloudflare.com/workers/wrangler/commands/#deploy-1
netlify deploy
cloudflare_pages Nitro preset, I'm running wrangler dev pages /dist to test it, here's what gets logged in the console:env, but it seems like both next and svelte require that you first build the project, and then feed it to wrangler. I don't want to rebuild my project every time I change my code. let [res,setRes] = createSignal("")
onMount(() => {
createEffect(async () => {
if (err()) return
const { error, value } = (await import("ics")).createEvents(rest().flat(3))
setRes(value || error!.message)
})
})⎔ Starting local server...
[mf:wrn] The latest compatibility date supported by the installed Cloudflare Workers Runtime is "2023-09-04",
but you've requested "2023-09-13". Falling back to "2023-09-04"...
kj/async-io-win32.c++:982: warning: Bind address resolved to multiple addresses. Only the first address will be used. If this is incorrect, specify the address numerically. This may be fixed in the future.; addrs[0].toString() = 127.0.0.1:52732
service core:user:worker: Uncaught TypeError: Class extends value #<Object> is not a constructor or null
at 3ompyn7y08k.js:7223:10
X [ERROR] MiniflareCoreError [ERR_RUNTIME_FAILURE]: The Workers runtime failed to start. There is likely additional logging output above.