Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apexskier/nextjs-repro
https://github.com/apexskier/nextjs-repro
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/apexskier/nextjs-repro
- Owner: apexskier
- Created: 2024-08-09T01:23:04.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-09T01:27:26.000Z (5 months ago)
- Last Synced: 2024-11-27T03:36:00.960Z (26 days 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`