diff options
Diffstat (limited to 'svelte.config.js')
| -rw-r--r-- | svelte.config.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/svelte.config.js b/svelte.config.js index 6e3d28ec..91510173 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -17,7 +17,8 @@ const config = { kit: { adapter: adapter(), alias: { - $stores: './src/stores' + $stores: './src/stores', + $styles: './src/styles' } }, split: true |