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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

2
netlify.toml Normal file
View File

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