aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-svelte/apps/web/svelte.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-svelte/apps/web/svelte.config.js')
-rw-r--r--examples/with-svelte/apps/web/svelte.config.js15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/with-svelte/apps/web/svelte.config.js b/examples/with-svelte/apps/web/svelte.config.js
deleted file mode 100644
index 23f07d2..0000000
--- a/examples/with-svelte/apps/web/svelte.config.js
+++ /dev/null
@@ -1,15 +0,0 @@
-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;