0.1.2 • Published 9 months ago

@inox-tools/cut-short v0.1.2

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

Cut Short

Immediately halt request processing and return custom responses effortlessly.

Install

npm i @inox-tools/cut-short

Add the integration to your astro.config.mjs:

// astro.config.mjs
import { defineConfig } from 'astro';
import cutShort from '@inox-tools/cut-short';

export default defineConfig({
  integrations: [cutShort({})],
});
1.0.0-beta.0

9 months ago

0.1.2

9 months ago

0.1.1

10 months ago

0.1.0

10 months ago