UNPKG

medusajs-launch-utils

Version:

Build and launch utilities for Medusajs monorepo projects

10 lines (9 loc) 292 B
const { seedOnce, reportDeploy } = require('./src/initializeBackend'); const { checkBackend } = require('./src/awaitBackendReady'); const { launchStorefront } = require('./src/storefrontLauncher'); module.exports = { seedOnce, reportDeploy, checkBackend, launchStorefront };