From 8b2c4a38a461ff5ecc95972291bc711e2c5dec9a Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 28 Apr 2023 01:47:57 +0800 Subject: --- examples/with-svelte/apps/docs/svelte.config.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 examples/with-svelte/apps/docs/svelte.config.js (limited to 'examples/with-svelte/apps/docs/svelte.config.js') diff --git a/examples/with-svelte/apps/docs/svelte.config.js b/examples/with-svelte/apps/docs/svelte.config.js new file mode 100644 index 0000000..23f07d2 --- /dev/null +++ b/examples/with-svelte/apps/docs/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