@inox-tools/server-islands
v0.4.0
Published
Common tools and utilities for working with Server Islands.
Downloads
38
Maintainers
Readme
Server Islands
Common tools and utilities for working with Server Islands.
Install
npm i @inox-tools/server-islandsAdd the integration to your astro.config.mjs:
// astro.config.mjs
import { defineConfig } from 'astro';
import serverIslands from '@inox-tools/server-islands';
export default defineConfig({
integrations: [serverIslands({})],
});