@shopify/cli
Version:
A CLI tool to build for the Shopify platform
12 lines (7 loc) • 314 B
JavaScript
// eslint-disable-next-line n/no-unsupported-features/node-builtins
import {enableCompileCache} from 'node:module'
if (enableCompileCache) enableCompileCache()
process.removeAllListeners('warning')
const {default: runCLI} = await import('../dist/bootstrap.js')
runCLI({development: false})