Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
lukasborawski
Posts
Comments
CD
Cloudflare Developers
•
Created by Acro on 12/27/2023 in
#pages-help
Cloudflare Pages + TurboRepo + PNPM
I had the same issue, and the good solution was to copy functions folder to the root folder on build action.
turbo run build --force && rimraf functions && cp -r apps/frontend/functions functions
turbo run build --force && rimraf functions && cp -r apps/frontend/functions functions
27 replies