[Release] v0.2.2

This commit is contained in:
Patryk Rzucidlo (PTKDev)
2023-02-11 18:22:16 +01:00
parent af8a88a755
commit 15101ad506
91 changed files with 21244 additions and 17 deletions

View File

@@ -0,0 +1,17 @@
import adapter from "@ptkdev/sveltekit-electron-adapter";
import { vitePreprocess } from '@sveltejs/kit/vite';
/** @type {import('@sveltejs/kit').Config} */
const config = {
// Consult https://kit.svelte.dev/docs/integrations#preprocessors
// for more information about preprocessors
preprocess: vitePreprocess(),
kit: {
adapter: adapter({
strict: false,
}),
}
};
export default config;