adding config.js.example

This commit is contained in:
msramalho
2022-02-16 12:09:40 +01:00
parent 4e748a156a
commit b19664ae33

12
src/config.js.example Normal file
View File

@@ -0,0 +1,12 @@
import { timemap } from './lib'
export default {
gsheets: [],
xlsx: [
{
name: 'timemap_data',
path: 'data/timemap_data.xlsx',
tabs: timemap.default
}
]
}