File tree Expand file tree Collapse file tree
vite-plugin-tanstack-start Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,8 +56,6 @@ npm run test:watch
5656
5757[ npm-version-src ] : https://img.shields.io/npm/v/@netlify/nuxt/latest.svg?style=flat&colorA=020420&colorB=00DC82
5858[ npm-version-href ] : https://npmjs.com/package/@netlify/nuxt
59- [ npm-downloads-src ] : https://img.shields.io/npm/dm/@netlify/nuxt.svg?style=flat&colorA=020420&colorB=00DC82
60- [ npm-downloads-href ] : https://npm.chart.dev/@netlify/nuxt
6159[ license-src ] : https://img.shields.io/npm/l/@netlify/nuxt.svg?style=flat&colorA=020420&colorB=00DC82
6260[ license-href ] : https://npmjs.com/package/@netlify/nuxt
6361[ nuxt-src ] : https://img.shields.io/badge/Nuxt-020420?logo=nuxt.js
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ The plugin accepts the following options:
2929 enabled : false ,
3030 },
3131 // ... All dev options are supported here.
32- // See https://www.npmjs.com /package/@netlify/vite-plugin.
32+ // See https://www.npmx.dev /package/@netlify/vite-plugin.
3333 },
3434}
3535```
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ Vite plugin that emulates Netlify's platform features within your Vite dev serve
1010| Edge Functions | ✅ Yes |
1111| Blobs | ✅ Yes |
1212| Cache API | ✅ Yes |
13+ | AI Gateway | ✅ Yes |
14+ | Database | ✅ Yes |
1315| Redirects and Rewrites | ✅ Yes |
1416| Headers | ✅ Yes |
1517| Environment Variables | ✅ Yes |
@@ -20,7 +22,7 @@ Vite plugin that emulates Netlify's platform features within your Vite dev serve
2022## Installation
2123
2224``` bash
23- npm install @netlify/vite-plugin
25+ npm install -D @netlify/vite-plugin
2426```
2527
2628## Configuration options
You can’t perform that action at this time.
0 commit comments