0.0.1-next.1 • Published 6 months ago

@mrwaip/adapter-fastify v0.0.1-next.1

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

@mrwaip/adapter-fastify

Usage

Install with npm i -D @mrwaip/adapter-fastify, then add the adapter to your svelte.config.js:

/// file: svelte.config.js
import adapter from '@mrwaip/adapter-fastify';

export default {
	kit: {
		adapter: adapter(),
	},
};

Other

All concepts are same like with @sveltejs/adapter-node