[build]
command = “npm run build”
publish = “dist/src”
functions = “dist/netlify/functions”
[[redirects]]
from = “/*”
to = “/.netlify/functions/main”
status = 200
I am not getting any files in dist/netlify/function
I am using @vendia/serverless-express package and netlify dev command after building the project using npm run build command. visiting this http://localhost:8888 and http://localhost:8888/.netlify/functions/main/api/docs both give same response in browser " function not found … "