1.3.0 • Published 5 months ago

@inox-tools/cut-short v1.3.0

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

6 months ago

1.0.2

10 months ago

1.1.0

7 months ago

1.0.1

11 months ago

1.0.0

11 months ago

1.3.0

5 months ago

1.2.1

6 months ago

1.0.3

9 months ago

1.0.0-beta.0

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago