summaryrefslogtreecommitdiff
path: root/packages/renderers/svelte/index.js
blob: b26d9f63422997879f2c49890a2e817c6d2777f2 (plain) (blame)
1
2
3
4
5
6
7
export default {
  name: '@astro-renderer/svelte',
  snowpackPlugin: '@snowpack/plugin-svelte',
  snowpackPluginOptions: { compilerOptions: { hydratable: true } },
  client: './client',
  server: './server'
};