0.5.8 • Published 2 years ago

@megakuul/adapter-battleshiper v0.5.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.5.7

2 years ago

0.5.4

2 years ago

0.5.3

2 years ago

0.5.6

2 years ago

0.5.5

2 years ago

0.5.2

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago