recipe-backend/node_modules/node-gyp-build/optional.js
2025-09-21 12:39:54 +02:00

7 lines
143 B
JavaScript
Executable file

#!/usr/bin/env node
/*
I am only useful as an install script to make node-gyp not compile for purely optional native deps
*/
process.exit(0)