Yes, `wrangler pages deploy [directory]`
Yes,
wrangler pages deploy [directory]wrangler pages deploy [directory]
wrangler.toml for Pageswrangler 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:[build]
command = "npm run build"
publish = "dist" --> How can i tell to use dist? is watch_dir?netlify deploy[build]
command = "yarn build"
publish = "dist"cloudflare_pageswrangler dev pages /dist⎔ 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. let [res,setRes] = createSignal("")
onMount(() => {
createEffect(async () => {
if (err()) return
const { error, value } = (await import("ics")).createEvents(rest().flat(3))
setRes(value || error!.message)
})
})