UNPKG

pebblebed

Version:

Simplified interactions with Google Datastore for NodeJS

9 lines (6 loc) 234 B
import path from "path"; import { PebbleTreeFactory } from "../pebbletree-library/PebbleTree"; export const PebbleTree = new PebbleTreeFactory({ debug: true, }); PebbleTree.createTree(path.join(__dirname, "./structure"));