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

https://github.com/eddienubes/next-pnpm-standalone-bug-repro


https://github.com/eddienubes/next-pnpm-standalone-bug-repro

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Next.js + Standalone + pnpm bug

```bash
nvm use # (optionally install)
pnpm install
cd projects/ui
pnpm build
node .next/standalone/server.js
```