How to use the @architect/sandbox.start 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 / start.js View on Github external
module.exports = function sandboxStart(params, callback) {
  params = params || {}
  params.version = `Architect ${ver}`
  if (!callback) return sandbox.start(params)
  else sandbox.start(params, callback)
}
github architect / architect / src / sandbox / start.js View on Github external
module.exports = function sandboxStart(params, callback) {
  params = params || {}
  params.version = `Architect ${ver}`
  if (!callback) return sandbox.start(params)
  else sandbox.start(params, callback)
}

@architect/sandbox

Architect dev server: run full Architect projects locally & offline

Apache-2.0
Latest version published 29 days ago

Package Health Score

75 / 100
Full package analysis

Similar packages