rm old config.js

This commit is contained in:
Lachlan Kermode
2018-12-15 11:07:30 +00:00
parent 4328ceb464
commit b06c8536b9
3 changed files with 0 additions and 21 deletions

View File

@@ -1,20 +0,0 @@
import BP from './lib/blueprinters'
export default {
port: 4040,
googleSheets: {
sheets: [
{
name: 'example',
id: '15gb_aYJw7WSVZmtS0FZvcpGx1-kwKX3VHH8YV6La4hY',
tabs: {
export_events: [BP.deeprows, BP.rows],
export_categories: [BP.groups, BP.rows],
export_sources: BP.ids,
export_sites: BP.rows,
export_tags: BP.tree
}
}
]
}
}