gratelets
gratelets copied to clipboard
A collection of purpose-built, small, third-party integrations for Astro.
Astro v5 is currently in beta, and astro-global gives an unmet peer dependency warning if using it. I'm not sure if Astro's updates require any changes to astro-global; at a...
Hi, it's not possible to use stylex in astro files. I can only use it in react components. ```astro --- import * as stylex from '@stylexjs/stylex'; const styles = stylex.create({...
https://github.com/lilnasy/gratelets/assets/69170106/a0ceee64-5b5b-473b-8076-c92c42de4492
# Intro - Reads `content/config.ts` for data collections every time `astro sync` runs. - Converts the zod schema to json schema using [`zod-to-json-schema`](https://www.npmjs.com/package/zod-to-json-schema) - Writes each schema to `/.astro/.schema.json` where...
Hi there, I was testing the astro-typed-api library and it works great. The only issue I found was that I wanted to reuse an endpoint from an astro action but...