lukasborawski
lukasborawski
CDCloudflare Developers
Created by lukasborawski on 2/11/2024 in #pages-help
Cloudflare Pages and Turborepo
Hi friends. Question: I'm building some app with Vue, using Turborepo and of course Cloudflare Pages to present it. I'm getting errors about missing node features like crypto or buffer, coming from Worker directory (api). I've created a wrangler.toml file with the configuration that is enabling these features but seems like CF does not see it. Where should I place the configuration file, in the root of monorepo, worker folder or in the front-end app? I've tried multiple variants and nothing works. Thanks in advance.
1 replies