From 3a4b67eb37142fb065ce0fb83b0bb184eab01b02 Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Tue, 12 Apr 2022 18:39:51 -0600 Subject: Let there be light --- svelte.config.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 svelte.config.js (limited to 'svelte.config.js') diff --git a/svelte.config.js b/svelte.config.js new file mode 100644 index 0000000..892f0c4 --- /dev/null +++ b/svelte.config.js @@ -0,0 +1,15 @@ +import adapter from '@sveltejs/adapter-auto'; +import preprocess from 'svelte-preprocess'; + +/** @type {import('@sveltejs/kit').Config} */ +const config = { + // Consult https://github.com/sveltejs/svelte-preprocess + // for more information about preprocessors + preprocess: preprocess(), + + kit: { + adapter: adapter() + } +}; + +export default config; -- cgit v1.2.3-70-g09d2