config (#2): add esbuild configuration for serverless functions
This commit is contained in:
parent
5fd5e9e7bf
commit
06bd1e1dff
@ -15,3 +15,6 @@
|
|||||||
to = "/.netlify/functions/:splat" # all function calls will go to this path
|
to = "/.netlify/functions/:splat" # all function calls will go to this path
|
||||||
status = 200 # ok code
|
status = 200 # ok code
|
||||||
force = true # ensure to always redirect
|
force = true # ensure to always redirect
|
||||||
|
|
||||||
|
[functions]
|
||||||
|
node_bundler = "esbuild"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user