ehylam
4/29/2020 - 5:27 AM

Netlify execute functions on server build

[build]
  command = "npm run build"
  publish = "dist"
  functions = "src/_functions"