diff options
author | Doog <157747121+doogongithub@users.noreply.github.com> | 2024-02-24 20:08:35 -0500 |
---|---|---|
committer | Doog <157747121+doogongithub@users.noreply.github.com> | 2024-02-24 20:08:35 -0500 |
commit | e37c73e33a4aaf7fb8d25b5af03627f20bcda19f (patch) | |
tree | 277a534e826325e25f881e61e322b4e2e7ec94f9 /fe/svelte.config.js | |
parent | 3eafb413a48cde60dea8a7355ee621c6acca952f (diff) |
add gitignore
Diffstat (limited to 'fe/svelte.config.js')
-rw-r--r-- | fe/svelte.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fe/svelte.config.js b/fe/svelte.config.js index b0683fd..b29bf40 100644 --- a/fe/svelte.config.js +++ b/fe/svelte.config.js | |||
@@ -4,4 +4,5 @@ export default { | |||
4 | // Consult https://svelte.dev/docs#compile-time-svelte-preprocess | 4 | // Consult https://svelte.dev/docs#compile-time-svelte-preprocess |
5 | // for more information about preprocessors | 5 | // for more information about preprocessors |
6 | preprocess: vitePreprocess(), | 6 | preprocess: vitePreprocess(), |
7 | dev: true | ||
7 | } | 8 | } |