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

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

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.