mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
10 lines
257 B
JavaScript
Executable File
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');
|