pnpm i
pnpm generate
Connect to any existing Payload CMS that have a publicly available globals
{
"vars": {
"PUBLIC_PAYLOAD_ORIGIN": <YOUR_PAYLOAD_ORIGIN>,
"PUBLIC_SLUG": <YOUR_PUBLIC_GLOBALS>
}
}
Go to http://localhost:5173 to see the fetched data from Payload SDK
pnpm dev
Go to http://localhost:4173 to see the fetched data from Payload SDK
pnpm build
pnpm preview
wrangler dev
Go to http://localhost:8787 to see the fetched data from Payload SDK or the illegal invocation error message
"Illegal invocation: function called with incorrect `this` reference. See https://developers.cloudflare.com/workers/observability/errors/#illegal-invocation-errors for details."