UNPKG

serverless

Version:

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

8 lines (5 loc) 144 B
'use strict'; const getTrackingConfigFileName = function () { return 'tracking-config.json'; }; module.exports = getTrackingConfigFileName;