diff --git a/src/config.js.example b/src/config.js.example new file mode 100644 index 0000000..31c18be --- /dev/null +++ b/src/config.js.example @@ -0,0 +1,12 @@ +import { timemap } from './lib' + +export default { + gsheets: [], + xlsx: [ + { + name: 'timemap_data', + path: 'data/timemap_data.xlsx', + tabs: timemap.default + } + ] +}