Is it possible to place your /functions folder in ...
# functions
b
Is it possible to place your /functions folder in a subdirectory? I’m trying to place my /functions folder at ./src/functions. If I run
wrangler pages dev ./src/functions --local
on wrangler@2.20.0: * I receive the output “No functions. Shimming…” and * Each function responds with 404s. I have no issues if I place my /functions folder at the root.