@next/env

v11.0.2-canary.7
Next.js dotenv file loading
react next next.js dotenv

dev

ncc build ./index.ts -w -o dist/

types

tsc index.ts --declaration --emitDeclarationOnly --declarationDir types --esModuleInterop

release

ncc build ./index.ts -o ./dist/ --minify --no-cache --no-source-map-register

prepublish

yarn release && yarn types

prerelease

rimraf ./dist/
npm i @next/[email protected]

Metadata

  • MIT
  • Whatever
  • Next.js Team
  • released 7/7/2021

Downloads