0.2.1 • Published 8 months ago

@inox-tools/server-islands v0.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

Server Islands

Common tools and utilities for working with Server Islands.

Install

npm i @inox-tools/server-islands

Add 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({})],
});
0.2.1

8 months ago

0.2.0

8 months ago

0.1.0

12 months ago