Update create-database.js

This commit is contained in:
Aleksandr Statciuk 2022-01-14 17:29:21 +03:00
parent 5a19880855
commit 6ec705cfcc
5 changed files with 32 additions and 5 deletions

View file

@ -0,0 +1,9 @@
module.exports = {
site: 'example.com',
url() {
return `https://example.com`
},
parser() {
return []
}
}