Closed feugy closed 10 months ago
The latest updates on your projects. Learn more about Vercel for Git โ๏ธ
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
speed-insights-astro | โ Ready (Inspect) | Visit Preview | ๐ฌ Add feedback | Jan 16, 2024 8:22am |
speed-insights-nextjs | โ Ready (Inspect) | Visit Preview | ๐ฌ Add feedback | Jan 16, 2024 8:22am |
speed-insights-nuxt | โ Ready (Inspect) | Visit Preview | ๐ฌ Add feedback | Jan 16, 2024 8:22am |
speed-insights-remix | โ Ready (Inspect) | Visit Preview | ๐ฌ Add feedback | Jan 16, 2024 8:22am |
speed-insights-sveltekit | โ Ready (Inspect) | Visit Preview | ๐ฌ Add feedback | Jan 16, 2024 8:22am |
speed-insights-vue | โ Ready (Inspect) | Visit Preview | ๐ฌ Add feedback | Jan 16, 2024 8:22am |
๐ What's in there?
Fixes #36. It is not possible yet to publish types along an Astro component, and the
astro check
command will fail on it. As per the Astro team recommendations, we need to specify a file for types, even if it does not exist.๐งช How to test?
pnpm -F @vercel/speed-insights build
cd apps/astro
pnpm i -D typescript @astrojs/check
run it:
pnpm exec astro check
: it will work, while it used to fail with error:Note: there is still a warning about
speedInsightsBeforeSend()
unused function, but I couldn't get rid of it.