Clean master commit

This commit is contained in:
Lachlan Kermode
2018-10-31 19:35:15 +00:00
commit 2cbfbc33ef
24 changed files with 5400 additions and 0 deletions

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

@@ -0,0 +1,18 @@
import BP from "./lib/blueprinters";
export default {
port: 4040,
googleSheets: {
email: "project-name@reliable-baptist-23338.iam.gserviceaccount.com",
privateKey: "SOME_PRIVATE_KEY",
sheets: [
{
name: "example",
id: "1s-vfBR8Uy-B-TLO_C5Ozw4z-L0E3hdP8ohMV761ouRI",
tabs: {
objects: BP.byRow
}
}
]
}
};