From 1996719fcb17cdd029f4fc7b8f1cedee6a0e6e17 Mon Sep 17 00:00:00 2001 From: Ku6epXBOCTuK Date: Wed, 4 Feb 2026 16:26:27 +0500 Subject: [PATCH] chore: add aliases --- svelte.config.js | 5 +++++ 1 file changed, 5 insertions(+) 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,