1.3.0 • Published 8 months ago

@inox-tools/cut-short v1.3.0

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

8 months ago

1.0.2

1 year ago

1.1.0

9 months ago

1.0.1

1 year ago

1.0.0

1 year ago

1.3.0

8 months ago

1.2.1

8 months ago

1.0.3

12 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