astro/packages/integrations/mdx/test/fixtures/mdx-page/package.json
Matthew Phillips e33fc9bc46
Load configs with Vite when loading with Proload fails (#4112)
* 4078 breaking test

* Use Vite for loading the config

* Try it

* Fallback to loading with Vite only when needed

* Remove console.error

* Remove extra console.log

* Add a changeset

* Use middlewareMode
2022-08-02 08:08:28 -04:00

7 lines
118 B
JSON

{
"name": "@test/mdx-page",
"dependencies": {
"astro": "workspace:*",
"@astrojs/mdx": "workspace:*"
}
}