From 42860fa15985401825d8d51e73ec497fe5876710 Mon Sep 17 00:00:00 2001 From: Melonai Date: Wed, 24 Mar 2021 09:51:36 +0100 Subject: Update SvelteKit to public beta --- client/svelte.config.js | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 client/svelte.config.js (limited to 'client/svelte.config.js') diff --git a/client/svelte.config.js b/client/svelte.config.js deleted file mode 100644 index ee35788..0000000 --- a/client/svelte.config.js +++ /dev/null @@ -1,8 +0,0 @@ -const sveltePreprocess = require("svelte-preprocess"); -module.exports = { - preprocess: sveltePreprocess(), - kit: { - adapter: "@sveltejs/adapter-static", - target: "body", - }, -}; -- cgit 1.4.1