seems to be coming from : "asOrganization": "Amazon.com",
seems to be coming from : "asOrganization": "Amazon.com",






child_processfunctions/_middleware.ts the build fails trying to import the package, but I'm not sure where the packages for functions are meant to be set up The docs say using wrangler.toml will likely overwrite settings that I have in the dashboard, which I'd prefer to avoid. Can I specify plugins from the dashboard? Or if not, is there a specific location where I should put package requirements for functions, rather than a general application sort of build? ThanksUncaught SyntaxError: Identifier '__cf_cjs' has already been declared has anyone seen this?import { Hono } from 'hono'
const app = new Hono()
app.get('/', (c) => c.text('Hello Cloudflare Workers!'))
export default appplacement Placement optional
Specify how Pages Functions should be located to minimize round-trip time. Refer to Smart Placement.child_processUncaught SyntaxError: Identifier '__cf_cjs' has already been declaredimport { Hono } from 'hono'
const app = new Hono()
app.get('/', (c) => c.text('Hello Cloudflare Workers!'))
export default app