astro/packages/integrations/mdx/test/fixtures/mdx-vite-env-vars/package.json
2023-04-27 22:55:48 +08:00

8 lines
146 B
JSON

{
"name": "@test/mdx-env-variables",
"private": true,
"dependencies": {
"astro": "workspace:*",
"@astrojs/mdx": "workspace:*"
}
}