https://github.com/apexskier/nextjs-repro
  
  
     
    https://github.com/apexskier/nextjs-repro
  
        Last synced: 5 months ago 
        JSON representation
    
- Host: GitHub
 - URL: https://github.com/apexskier/nextjs-repro
 - Owner: apexskier
 - Created: 2024-08-09T01:23:04.000Z (about 1 year ago)
 - Default Branch: main
 - Last Pushed: 2024-08-09T01:27:26.000Z (about 1 year ago)
 - Last Synced: 2025-03-19T12:52:55.946Z (8 months ago)
 - Language: TypeScript
 - Size: 55.7 KB
 - Stars: 0
 - Watchers: 1
 - Forks: 0
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 
 
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`