diff --git a/template.md b/template.md index baf74ba..8dda07c 100644 --- a/template.md +++ b/template.md @@ -491,8 +491,7 @@ When creating admin configuration interfaces: ## Best Practices for Dependencies ### HTTP Client Libraries -- **Preferred:** Use native `fetch` API (available in Node.js 18+) -- **Alternative:** Use `node-fetch` for older Node.js versions +- **Preferred:** Use native `fetch` API (Node.js 20+ required for adapters; built-in since Node.js 18) - **Avoid:** `axios` unless specific features are required (reduces bundle size) ### Example with fetch: