Svelte errors with adapter-cloudflare

Here's the error I get when running bun run build:
> Using @sveltejs/adapter-cloudflare
✘ [ERROR] Could not resolve "../../../chunks/app2.js"

    .svelte-kit/output/server/entries/endpoints/test/_server.ts.js:4:21:
      4 │   css = await import("../../../chunks/app2.js");
        ╵                      ~~~~~~~~~~~~~~~~~~~~~~~~~
Was this page helpful?