aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-11-02 23:37:57 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-11-02 23:37:57 -0700
commitaa545ac0dc5260c001858126c302f738db7f6664 (patch)
tree76cb43fa963fbdcda5e7f3619dfd7d4abb01f04e
parentac9bd094f38f63ed4311164d9f9897cf19d04d88 (diff)
downloadbun-aa545ac0dc5260c001858126c302f738db7f6664.tar.gz
bun-aa545ac0dc5260c001858126c302f738db7f6664.tar.zst
bun-aa545ac0dc5260c001858126c302f738db7f6664.zip
Update README.md
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3481ab903..df340c7b6 100644
--- a/README.md
+++ b/README.md
@@ -77,6 +77,7 @@ Here's what doesn't work yet:
- `next/image` is polyfilled to a regular `<img src>` tag.
- `proxy` and anything else in `next.config.js`
- API routes, middleware (middleware is easier to support though! similar SSR API)
+- styled-jsx (technically not Next.js but often used with it)
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`.