UNPKG

@rec/serverless-nextjs

Version:

Deploy Serverless Next.js apps with Serverless Components

8 lines (5 loc) 243 B
const path = require('path') const getServerlessDirectory = require('./get-serverless-directory') const getDotNextDirectory = (inputs) => path.normalize(path.join(getServerlessDirectory(inputs), '..')) module.exports = getDotNextDirectory