Remove the .example
from the .wrangler.toml.example
and the .dev.vars.example
.
npm install
npm run dev
npm run deploy
- OpenAPI Doc: http://localhost:8787/doc?pretty
- Swagger UI: http://localhost:8787/ui
- Worker Limits: https://developers.cloudflare.com/workers/platform/limits/#worker-limits
- Adding secrets to prod: https://developers.cloudflare.com/workers/configuration/secrets/#secrets-on-deployed-workers
- Create a new GPT: https://chat.openai.com/gpts/editor
- Plugins in Production: https://platform.openai.com/docs/plugins/production/plugins-in-production
- Setup Bearer Auth in Hono: https://github.com/honojs/middleware/tree/main/packages/zod-openapi#how-to-setup-authorization
Jest testing fails. Not sure why yet, but issue referenced here: honojs/middleware#298