From f55b20201419c39448ac338183d0754a92759f31 Mon Sep 17 00:00:00 2001 From: tdgmcode Date: Wed, 15 Mar 2023 02:09:10 -0400 Subject: [PATCH] test --- svelte.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svelte.config.js b/svelte.config.js index b249d0f..47c8b76 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -1,5 +1,5 @@ import adapter from '@sveltejs/adapter-node' -import preprocess from 'svelte-preprocess';3 +import preprocess from 'svelte-preprocess'; /** @type {import('@sveltejs/kit').Config} */ const config = {