UNPKG

@puls-atlas/cli

Version:

The Puls Atlas CLI tool for managing Atlas projects

16 lines (12 loc) 342 B
import { initialize } from '@limebooth/atlas-cloud-functions'; initialize({ sentry: { dsn: 'https://6a5eebf0ac2a4a78a9e44c745e7eeb43@o170179.ingest.sentry.io/5251385' } }); import * as base from './src/base.js'; import * as sync from './src/sync/index.js'; export const atlasExport = { base, sync };