Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: run nr dev scripts concurrently on windows
`nr dev` runs tsup in watch mode and eslint-flat-config-viewer. Both commands run indefinitely and therefore need to be executed concurrently. I assume that this is achieved by the & sign on Unix-based systems, however on my Windows system only the first command is executed. This is fixed by enabling shell-emulator as suggested in antfu#284 by @antfu.
- Loading branch information