UNPKG

318 BPlain TextView Raw
1#!/usr/bin/env node --max-old-space-size=2500
2
3// Launching with more heap space works around out of memory errors in larger project builds.
4// "enterprise" is a facetious acknowledgement of how unnecessary this command should be.
5
6console.log('Launching sewing-kit with extra heap space');
7require('../lib/src/cli');