How to use the @architect/sandbox.db function in @architect/sandbox

To help you get started, we’ve selected a few @architect/sandbox examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github architect / architect / src / sandbox / index.js View on Github external
let db = require('@architect/sandbox').db
let events = require('@architect/sandbox').events
let http = require('@architect/sandbox').http
let start = require('./start')

module.exports = {
  db,
  events,
  http,
  start,
}

@architect/sandbox

Architect dev server: run full Architect projects locally & offline

Apache-2.0
Latest version published 20 days ago

Package Health Score

75 / 100
Full package analysis

Similar packages