UNPKG

385 BPlain TextView Raw
1#!/usr/bin/env node
2
3// TODO (BREAKING): Remove this file with next major release
4// Left as a fallback placeholder to not accidentally break things
5// https://github.com/search?q=%22bin%2Fserverless%22&type=Code
6
7'use strict';
8
9require('../lib/utils/logDeprecation')(
10 'BIN_SERVERLESS',
11 'bin/serverless is deprecated, use bin/serverless.js instead'
12);
13
14require('./serverless.js');