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