0.5.8 • Published 10 months ago

@megakuul/adapter-battleshiper v0.5.8

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

adapter-battleshiper

A SvelteKit adapter for deployment on battleshiper lambda infrastructure.

Installation

Install the adapter and update your svelte.config.js:

# Installing from npm
npm i --save-dev @megakuul/adapter-battleshiper
# Or even better: install from jsr (preferred, but requires a registry redirect in .npmrc or bunfig.toml when not working with deno))
npx jsr add --save-dev @megakuul/adapter-battleshiper
import adapter from "@megakuul/adapter-battleshiper";

/** @type {import('@sveltejs/kit').Config} */
const config = {
	kit: {
		adapter: adapter(),
	}
};

export default config;
0.5.8

10 months ago

0.5.7

10 months ago

0.5.4

10 months ago

0.5.3

10 months ago

0.5.6

10 months ago

0.5.5

10 months ago

0.5.2

10 months ago

0.5.0

10 months ago

0.4.0

10 months ago

0.3.0

10 months ago

0.2.0

10 months ago

0.1.0

1 year ago