mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-07-27 17:38:28 -06:00
6 lines
145 B
JavaScript
6 lines
145 B
JavaScript
if (require.main === module) {
|
|
require('./lib/cli.js')(process)
|
|
} else {
|
|
throw new Error('The programmatic API was removed in npm v8.0.0')
|
|
}
|