diff options
| author | Maksymilian Jopek <maks@jopek.eu> | 2022-12-07 17:50:56 +0100 |
|---|---|---|
| committer | Maksymilian Jopek <maks@jopek.eu> | 2022-12-07 17:50:56 +0100 |
| commit | b9f683fa36320fcdc08716c8303691e5cf7ce5cd (patch) | |
| tree | d019dba364d4e435c0bc80414f64ef86dcfc56a5 /svelte.config.js | |
| download | digit-single-b9f683fa36320fcdc08716c8303691e5cf7ce5cd.tar.gz digit-single-b9f683fa36320fcdc08716c8303691e5cf7ce5cd.tar.zst digit-single-b9f683fa36320fcdc08716c8303691e5cf7ce5cd.zip | |
Inital commit with v0.0.3
Diffstat (limited to 'svelte.config.js')
| -rw-r--r-- | svelte.config.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/svelte.config.js b/svelte.config.js new file mode 100644 index 0000000..3630bb3 --- /dev/null +++ b/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() +} |
