diff options
author | 2021-10-28 21:40:25 -0700 | |
---|---|---|
committer | 2021-10-28 21:40:25 -0700 | |
commit | 22ea3e76f923640cd9a94ddb5e589d54c2e4c830 (patch) | |
tree | 0b0e891ad707cdafe8bd11c39313a8fbc48a4df5 | |
parent | 0089d0445982aaf2feb9a34b385555ce9527bfd5 (diff) | |
download | bun-22ea3e76f923640cd9a94ddb5e589d54c2e4c830.tar.gz bun-22ea3e76f923640cd9a94ddb5e589d54c2e4c830.tar.zst bun-22ea3e76f923640cd9a94ddb5e589d54c2e4c830.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ Here's what doesn't work yet: - locales, zones, `assetPrefix` (workaround: change `--origin \"http://localhsot:3000/assetPrefixInhere\"`) - `next/image` is polyfilled to a regular `<img src>` tag. - `proxy` and anything else in `next.config.js` -- API, catch-all & catch-all fallback routes. Dynamic routes _are_ supported. +- API routes When using Next.js, Bun automatically reads configuration from `.env.local`, `.env.development` and `.env` (in that order). `process.env.NEXT_PUBLIC_` and `process.env.NEXT_` automatically are replaced via `--define`. |