fix: failing test? (#276)
This commit is contained in:
parent
14cfd204de
commit
e08abacfee
1 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,7 @@
|
||||||
export default {
|
export default {
|
||||||
extensions: {
|
renderers: [
|
||||||
'.jsx': 'preact'
|
'@astro-renderer/preact',
|
||||||
},
|
'@astro-renderer/vue',
|
||||||
|
'@astro-renderer/svelte',
|
||||||
|
],
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue