You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 12, 2019. It is now read-only.
similar to project detectors, each file here detects function builders. this is so that netlify dev never manages the webpack or other config. the expected output is very simple:
4
+
5
+
```js
6
+
module.exports= {
7
+
src:"functions-source", // source for your functions
8
+
build: () => {}, // chokidar will call this to build and rebuild your function
9
+
npmScript:"build:functions"// optional, the matching package.json script that calls your function builder
0 commit comments