UNPKG

@seasketch/geoprocessing

Version:

Geoprocessing and reporting framework for SeaSketch 2.0

8 lines 254 B
// const defaultDstPath = "data/dist"; /** Default file location, relative to project root */ const defaultSrcPath = "./project/precalc.json"; export const precalcConfig = { defaultSrcPath, // defaultDstPath, }; //# sourceMappingURL=config.js.map