aboutsummaryrefslogtreecommitdiff
path: root/svelte.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'svelte.config.js')
-rw-r--r--svelte.config.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/svelte.config.js b/svelte.config.js
index 91510173..0bb1f8ad 100644
--- a/svelte.config.js
+++ b/svelte.config.js
@@ -18,7 +18,9 @@ const config = {
adapter: adapter(),
alias: {
$stores: './src/stores',
- $styles: './src/styles'
+ $styles: './src/styles',
+ $graphql: './src/graphql',
+ $houdini: './$houdini'
}
},
split: true