Skip to content

Commit a186360

Browse files
chore: remove partial support references from README (#379)
1 parent c30ac6d commit a186360

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

packages/dev/README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# @netlify/dev
22

3-
> [!WARNING] This module is under active development and does **not** yet support all Netlify platform features.
4-
53
`@netlify/dev` is a local emulator for the Netlify production environment. While it can be used directly by advanced
64
users, it is primarily designed as a foundational library for higher-level tools like the
75
[Netlify CLI](https://docs.netlify.com/cli/get-started/) and the
@@ -10,22 +8,6 @@ users, it is primarily designed as a foundational library for higher-level tools
108
It provides a local request pipeline that mimics the Netlify platform’s request handling, including support for
119
Functions, Blobs, Static files, Redirects, and Image CDN.
1210

13-
## 🚧 Feature Support
14-
15-
| Feature | Supported |
16-
| ---------------------- | --------- |
17-
| Functions | ✅ Yes |
18-
| Edge Functions | ✅ Yes |
19-
| Blobs | ✅ Yes |
20-
| Cache API | ✅ Yes |
21-
| Redirects and Rewrites | ✅ Yes |
22-
| Headers | ✅ Yes |
23-
| Environment Variables | ✅ Yes |
24-
| Image CDN | ✅ Yes |
25-
26-
> Note: Missing features will be added incrementally. This module is **not** intended to be a full replacement for the
27-
> Netlify CLI.
28-
2911
## 📦 Installation
3012

3113
```bash

0 commit comments

Comments
 (0)