diff --git a/svelte.config.js b/svelte.config.js index eb62087..a9e4c85 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -12,6 +12,11 @@ const config = { output: { bundleStrategy: "inline", }, + alias: { + $components: "src/components", + $stores: "src/stores", + $services: "src/services", + }, }, compilerOptions: { runes: true,