From 7433ee9b34a67d7fbe03083dc7ae21384af46829 Mon Sep 17 00:00:00 2001 From: aidanaden Date: Sat, 10 Aug 2024 07:26:31 +0800 Subject: [PATCH] test: buffer --- examples/start-tailwind/app.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/start-tailwind/app.config.ts b/examples/start-tailwind/app.config.ts index c884830..7e61dd7 100644 --- a/examples/start-tailwind/app.config.ts +++ b/examples/start-tailwind/app.config.ts @@ -29,6 +29,7 @@ export default defineConfig({ alias: { // For `readable-stream` to properly resolve Cloudflare runtime polyfill "process/": "process", + "buffer/": "buffer", }, esbuild: { options: {