mirror of
https://github.com/serverless/serverless.git
synced 2025-12-08 19:46:03 +00:00
10 lines
257 B
JavaScript
Executable File
10 lines
257 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
|
|
// TODO (BREAKING): Remove this file with next major 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');
|