feat(build): add Deno adapter #11
Annotations
4 errors
ci
Process completed with exit code 1.
|
test/cloudflare-pages.test.ts > Build Plugin with Cloudflare Pages Adapter > Should build the project correctly with the plugin:
packages/build/src/adapter/cloudflare-pages/index.ts#L54
Error: [@hono/vite-build/cloudflare-pages] ENOENT: no such file or directory, open 'D:\a\vite-plugins\vite-plugins\packages\build\test\mocks\app-static-files\dist\_routes.json'
❯ Object.writeBundle src/adapter/cloudflare-pages/index.ts:54:9
❯ PluginDriver.hookParallel node_modules/rollup/dist/es/shared/node-entry.js:19847:9
❯ node_modules/rollup/dist/es/shared/node-entry.js:20842:13
❯ catchUnfinishedHookActions node_modules/rollup/dist/es/shared/node-entry.js:20264:16
❯ Module.build node_modules/vite/dist/node/chunks/dep-CUvs3bbV.js:65388:16
❯ test/cloudflare-pages.test.ts:16:5
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -4058, code: 'PLUGIN_ERROR', syscall: 'open', path: 'D:\a\vite-plugins\vite-plugins\packages\build\test\mocks\app-static-files\dist\_routes.json', pluginCode: 'ENOENT', plugin: '@hono/vite-build/cloudflare-pages', hook: 'writeBundle' }
|
test/deno.test.ts > Build Plugin with Deno Adapter > Should build the project correctly with the plugin:
packages/build/test/deno.test.ts#L32
Error: ENOENT: no such file or directory, open 'D:\a\vite-plugins\vite-plugins\packages\build\test\mocks\app-static-files\dist\foo.txt'
❯ test/deno.test.ts:32:26
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -4058, code: 'ENOENT', syscall: 'open', path: 'D:\a\vite-plugins\vite-plugins\packages\build\test\mocks\app-static-files\dist\foo.txt' }
|
ci-windows
Process completed with exit code 1.
|