Cannot build with github actions

Hey i can do wrangler publish but i cannot seem to publish through github actions with the wrangler actions https://github.com/cloudflare/wrangler-action

✘ [ERROR] Could not resolve "hono"

    src/constants.ts:1:21:
      1 │ import { Hono } from "hono";
        ╵                      ~~~~~~

  You can mark the path "hono" as external to exclude it from the bundle, which will remove this error.


✘ [ERROR] Build failed with 1 error:

  src/constants.ts:1:21: ERROR: Could not resolve "hono"
i just seem to get this error anyone know how to fix?
GitHub
🧙‍♀️ zero-config cloudflare workers application deployment using wrangler and github actions - GitHub - cloudflare/wrangler-action: 🧙‍♀️ zero-config cloudflare workers application deployment using ...
Was this page helpful?