next-pkg
next-pkg copied to clipboard
Extended Next.js server with pkg support
./next-express-bootstrap-boilerplate /snapshot/frontend/node_modules/next-server/dist/server/next-server.js:271 throw new Error(`Could not find a valid build in the '${this.distDir}' directory! Try building your app with 'next build' before starting the server.`);
Error copying temporary files: no such file or directory '...../node_modules/next-pkg/lib/server.js'
Works if I hack the `dist/index.js` to point at `server/index.js` instead of `../lib/server.js`. Haven't looked any deeper.
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Regular Expression Denial of Service in hosted-git-info The npm...
Bumps [esm](https://github.com/standard-things/esm) from 3.0.84 to 3.2.25. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Regular Expression Denial of Service A Regular Expression Denial...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.14 to 4.17.21. **This update includes security fixes.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Prototype Pollution in lodash Versions of lodash prior to 4.17.19...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Prototype Pollution Overview The ini npm package before version...
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.14.1. **This update includes security fixes.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Denial of Service in js-yaml Versions of js-yaml prior to...
Bumps [dot-prop](https://github.com/sindresorhus/dot-prop) from 4.2.0 to 4.2.1. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Prototype Pollution in dot-prop Prototype pollution vulnerability in dot-prop...
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Moderate severity vulnerability that affects acorn, minimist, and svjsl...
We should support usage of custom next.js server with next-pkg dist script, maybe reading `package.json` start script so developers don't need to use pkg manually.