Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions packages/dev/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# @netlify/dev

> [!WARNING] This module is under active development and does **not** yet support all Netlify platform features.

`@netlify/dev` is a local emulator for the Netlify production environment. While it can be used directly by advanced
users, it is primarily designed as a foundational library for higher-level tools like the
[Netlify CLI](https://docs.netlify.com/cli/get-started/) and the
Expand All @@ -10,22 +8,6 @@ users, it is primarily designed as a foundational library for higher-level tools
It provides a local request pipeline that mimics the Netlify platform’s request handling, including support for
Functions, Blobs, Static files, Redirects, and Image CDN.

## 🚧 Feature Support

| Feature | Supported |
| ---------------------- | --------- |
| Functions | ✅ Yes |
| Edge Functions | ✅ Yes |
| Blobs | ✅ Yes |
| Cache API | ✅ Yes |
| Redirects and Rewrites | ✅ Yes |
| Headers | ✅ Yes |
| Environment Variables | ✅ Yes |
| Image CDN | ✅ Yes |

> Note: Missing features will be added incrementally. This module is **not** intended to be a full replacement for the
> Netlify CLI.

## 📦 Installation

```bash
Expand Down
Loading