@mrwaip/adapter-fastify
v0.0.1-next.1
Published
Adapter for SvelteKit apps that generates a standalone Fastify server
Downloads
3
Readme
@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