mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-29 18:18:50 +00:00
4907fccf48
Change-type: major
8 lines
198 B
JavaScript
Executable File
8 lines
198 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
|
|
// We boost the threadpool size as ext2fs can deadlock with some
|
|
// operations otherwise, if the pool runs out.
|
|
process.env.UV_THREADPOOL_SIZE = '64';
|
|
|
|
require('../build/app');
|