add netlify.toml

for part of #731

Netlify next functions plugin is no longer copying in the build files. This adds the db file from the build into the functions.
This commit is contained in:
sur.la.route
2022-02-19 17:15:44 -06:00
committed by GitHub
parent 1e4c3ebf3b
commit f18491a818

2
netlify.toml Normal file
View File

@@ -0,0 +1,2 @@
[functions]
included_files = ["public/geo/*.mmdb"]