https://github.com/devjiwonchoi/repro-next-turbo-create-missing-root-layout
https://github.com/devjiwonchoi/repro-next-turbo-create-missing-root-layout
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/devjiwonchoi/repro-next-turbo-create-missing-root-layout
- Owner: devjiwonchoi
- Created: 2024-03-10T06:32:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-10T06:50:26.000Z (over 2 years ago)
- Last Synced: 2024-10-11T12:08:55.566Z (over 1 year ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Steps to Reproduce
```sh
pnpm i
pnpm dev --turbo
```
It should generate a `layout` file, but it doesn't.
For comparison, run the following command:
```sh
pnpm dev
```
Regular `pnpm dev` will generate the `layout` file as expected.