deploy commandworker out of dist, and then update the import in _worker.js?_worker.js, it should be bundled automaticallywrangler does not deploy to any connected domains. Any clues on this?

functions folder taken from a tutorial I am following. Is that the only thing I need to do? I cannot see the functionality from the functions folder. I am following this: https://dev.to/charca/password-protection-for-cloudflare-pages-8ma . Does the functions folder need to be part of the build as well as in build/functions?Is the max Worker CPU time feature out yet?Yes.
If so, is it available for Pages Functions?Yes.


npm i cf-bindings-proxy. There are no other projects in the npm registry using cf-bindings-proxy.

context.env in this case is if you are using raw Functions, instead of a framework like Nuxt{
"_nitro": {
"routeRules": {}
},
"nitro": {
"errors": []
},
"matchedRoute": {
"path": "/api/hello",
"handlers": {}
},
"params": {}
}Interact with your KV namespaces locally
While developing locally, interact with your KV namespace by adding -k <BINDING_NAME> or --kv=<BINDING_NAME> to your run command. For example, if your namespace is bound to TODO_LIST, access the KV namespace in your local dev by running npx wrangler pages dev <OUTPUT_DIR> --kv=TODO_LIST. The data from this namespace can be accessed using context.env.TODO_LIST.deploy❯ tree dist
dist
├── _astro
│ └── index.efe4faea.css
├── favicon.svg
├── index.html
├── _routes.json
├── worker
│ ├── index.wasm
│ └── shim.mjs
└── _worker.jsworkerwrangler2 pages deploy dist --project-name=project