0.2.1 • Published 7 months ago

@inox-tools/server-islands v0.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
7 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

7 months ago

0.2.0

7 months ago

0.1.0

10 months ago