mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
5 lines
97 B
JavaScript
5 lines
97 B
JavaScript
export default {
|
|
name: '@astro-renderer/react',
|
|
client: './client',
|
|
server: './server',
|
|
};
|