UNPKG

@shopify/cli

Version:

A CLI tool to build for the Shopify platform

12 lines (7 loc) 314 B
#!/usr/bin/env node // 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})