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) 143 B
'use strict'; const getTrackingConfigFileName = function() { return 'tracking-config.json'; }; module.exports = getTrackingConfigFileName;