From b19664ae33cb32b9074d52cf7e31207927c87d5d Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Wed, 16 Feb 2022 12:09:40 +0100 Subject: [PATCH] adding config.js.example --- src/config.js.example | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/config.js.example 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 + } + ] +}