From 96ee00242f350b391dcc1cf4d72a442c969f565e Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Wed, 22 Dec 2021 13:59:13 +0100 Subject: add pw-frontend --- web/pw-frontend/svelte.config.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 web/pw-frontend/svelte.config.js (limited to 'web/pw-frontend/svelte.config.js') diff --git a/web/pw-frontend/svelte.config.js b/web/pw-frontend/svelte.config.js new file mode 100644 index 0000000..3630bb3 --- /dev/null +++ b/web/pw-frontend/svelte.config.js @@ -0,0 +1,7 @@ +import sveltePreprocess from 'svelte-preprocess' + +export default { + // Consult https://github.com/sveltejs/svelte-preprocess + // for more information about preprocessors + preprocess: sveltePreprocess() +} -- cgit v1.2.3