Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/apexskier/nextjs-repro


https://github.com/apexskier/nextjs-repro

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# Steps to create this reproduction

```bash
mkdir parent && cd parent
npm init
```

Use "parent" as the package name.

Add `"workspaces": ["child"]` to the package.json

```bash
npx create-next-app@latest
```

Use "child" as the app name.

Add `"output": "standalone"` to the `child/next.config.mjs`.

```bash
cd child
npm run build
```

Observe difference in `.next/standalone`