summaryrefslogtreecommitdiff
path: root/examples/with-vitest/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-06[ci] formatGravatar natemoo-re 1-0/+1
2022-08-17Switch examples favicon to use svg (#4331)Gravatar Nate Moore 1-0/+2
* chore(examples): switch favicon to svg * chore: astro.svg => favicon.svg * Update examples/basics/README.md Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2022-08-05Add `getViteConfig` helper (#4154)Gravatar Nate Moore 1-0/+13
* feat: add astro/compat entrypoint for vitest * chore: add with-vitest example * chore: add vitest as optional peer dependency * chore: update lockfile * refactor: remove astro/compat, use astro/config * feat: allow arbitrary modes for `create-vite` * feat: pass vite mode and command when using `getViteConfig` * chore: remove vitest from peer deps * chore: add changeset * chore: update lockfile Co-authored-by: Nate Moore <nate@astro.build>