UNPKG

serverless

Version:

Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more

7 lines (4 loc) 186 B
'use strict'; const path = require('path'); const localServerlessPath = require('./local-serverless-path'); module.exports = localServerlessPath === path.resolve(__dirname, '../../');