serverless/lib/utils/isStandaloneExecutable.js

4 lines
92 B
JavaScript

'use strict';
module.exports = Boolean(process.pkg && __dirname.startsWith('/snapshot/'));