UNPKG

nsgm-cli

Version:

A CLI tool to run Next/Style-components and Graphql/Mysql fullstack project

7 lines (5 loc) 165 B
const { nextConfig } = require('nsgm-cli') module.exports = (phase, defaultConfig) => { let configObj = nextConfig(phase, defaultConfig) return configObj }