Erika
|
71332cf969
|
fix: move service functions from astro/assets to astro/config so it can be imported (#6995)
* fix: move service functions from astro/assets to astro/config so people can import it
* chore: changeset
|
2023-05-04 15:57:23 -04:00 |
|
Bjorn Lu
|
489dd8d69c
|
Fix getViteConfig return type (#6753)
|
2023-04-05 09:06:00 -04:00 |
|
Erika
|
ce01225a70
|
Fix types not working properly when using moduleResolution: 'node16' (#5108)
* Fix imports failling under `moduleResolution: node16`
* Add changeset
* Revert comment about Vite 4
|
2022-10-17 11:29:39 -03:00 |
|
applemonkey496
|
d431fbe4e1
|
fix: config type import (#4524)
|
2022-08-29 00:12:58 -03:00 |
|
Nate Moore
|
36223f663e
|
Add getViteConfig helper (#4154)
* 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>
|
2022-08-05 14:41:01 -05:00 |
|
Nate Moore
|
2b76ee8d75
|
Export defineConfig helper (#2803)
* feat: add astro/config entrypoint
* chore: update examples to use `defineConfig` util
* chore: prettier fix
* chore: add changeset
|
2022-03-15 15:27:17 -05:00 |
|