Updates dockerfile
All checks were successful
Build and Push / build (push) Successful in 55s

This commit is contained in:
2026-02-16 15:09:37 -05:00
parent 8346776f2a
commit d181f77fb2
14943 changed files with 2078509 additions and 16 deletions

49
node_modules/@vercel/speed-insights/README.md generated vendored Normal file
View File

@@ -0,0 +1,49 @@
![Speed Insights](https://github.com/vercel/speed-insights/blob/main/.github/banner.png)
<div align="center"><strong>Vercel Speed Insights</strong></div>
<div align="center">Performance insights for your website</div>
<br />
<div align="center">
<a href="https://vercel.com/docs/speed-insights">Website</a>
<span> · </span>
<a href="https://vercel.com/docs/speed-insights/package">Documentation</a>
<span> · </span>
<a href="https://twitter.com/vercel">Twitter</a>
</div>
## Overview
`@vercel/speed-insights` automatically tracks web vitals and other performance metrics for your website.
This package does **not** track data in development mode.
It has 1st class integration with:
| Framework | Package |
| --------- | ---------------------------------- |
| Next.js | `@vercel/speed-insights/next` |
| Nuxt | `@vercel/speed-insights/nuxt` |
| Sveltekit | `@vercel/speed-insights/sveltekit` |
| Remix | `@vercel/speed-insights/remix` |
| React | `@vercel/speed-insights/react` |
| Astro | `@vercel/speed-insights/astro` |
| Vue | `@vercel/speed-insights/vue` |
It also supports other frameworks, vanilla JS and static websites.
## Quickstart
1. Enable Vercel Speed Insights for a project in the [Vercel Dashboard](https://vercel.com/d?to=%2F%5Bteam%5D%2F%5Bproject%5D%2Fspeed-insights&title=Open+Web+Analytics).
2. Add the `@vercel/speed-insights` package to your project
3. Inject Speed Insights to your app
- If you are using **Next.js**, **React**, **Nuxt** or **Vue** you can use the framework-specific `<SpeedInsights />` component to inject the script into your app.
- If you are using **Sveltekit**, you can use the `injectSpeedInsights()` function `@vercel/speed-insights/sveltekit` in your top-level `+layout.js/ts` file.
- For other frameworks, you can use the `inject` function add the tracking script to your app.
- If you want to use Vercel Speed Insights on a static site without npm, follow the instructions in the [documentation](https://vercel.com/docs/speed-insights/quickstart).
4. Deploy your app to Vercel and see data flowing in.
## Documentation
Find more details about this package in our [documentation](https://vercel.com/docs/speed-insights/quickstart).