Initial commit

This commit is contained in:
heyarne 2021-02-27 09:06:12 +01:00
commit 44ca5ebccf
8 changed files with 23649 additions and 0 deletions

1
Procfile Normal file
View file

@ -0,0 +1 @@
web: datasette -i dbs/*.db -m metadata.yml -h 0.0.0.0 -p $PORT --cors --setting default_cache_ttl 1800