serverless/bin/serverless
2019-06-26 12:43:00 +02:00

10 lines
257 B
JavaScript
Executable File

#!/usr/bin/env node
// TODO: Remove with file with next major (breaking) release
// Left as a fallback placeholder to not accidentally break things
// https://github.com/search?q=%22bin%2Fserverless%22&type=Code
'use strict';
require('./serverless.js');