@atlantis-lab/next-config-with-workspaces

yarn add @atlantis-lab/next-config-with-workspaces

Usage no npm install needed!

<script type="module">
  import atlantisLabNextConfigWithWorkspaces from 'https://cdn.skypack.dev/@atlantis-lab/next-config-with-workspaces';
</script>

README

Next Config With Workspaces

Install

yarn add @atlantis-lab/next-config-with-workspaces

Example usage

const { withWorkspaces } = require('@atlantis-lab/next-config-with-workspaces')
const withPlugins = require('next-compose-plugins')

module.exports = withPlugins([withWorkspaces])