1.3.0 • Published 6 months ago

@inox-tools/cut-short v1.3.0

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

7 months ago

1.0.2

11 months ago

1.1.0

8 months ago

1.0.1

12 months ago

1.0.0

12 months ago

1.3.0

6 months ago

1.2.1

7 months ago

1.0.3

10 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