UNPKG

sls3-legacy

Version:

SLS3 Legacy - A fork of Serverless Framework v3

12 lines (8 loc) 229 B
'use strict'; const path = require('path'); const os = require('os'); // get .serverless home path function getServerlessDir() { return path.join(os.homedir(), '.serverless'); } module.exports = getServerlessDir;