From 3eafb413a48cde60dea8a7355ee621c6acca952f Mon Sep 17 00:00:00 2001 From: Doog <157747121+doogongithub@users.noreply.github.com> Date: Wed, 21 Feb 2024 22:07:27 -0500 Subject: first commit --- fe/svelte.config.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 fe/svelte.config.js (limited to 'fe/svelte.config.js') diff --git a/fe/svelte.config.js b/fe/svelte.config.js new file mode 100644 index 0000000..b0683fd --- /dev/null +++ b/fe/svelte.config.js @@ -0,0 +1,7 @@ +import { vitePreprocess } from '@sveltejs/vite-plugin-svelte' + +export default { + // Consult https://svelte.dev/docs#compile-time-svelte-preprocess + // for more information about preprocessors + preprocess: vitePreprocess(), +} -- cgit v1.1