diff --git a/src/stores/theme.ts b/src/lib/client/stores/theme.ts similarity index 100% rename from src/stores/theme.ts rename to src/lib/client/stores/theme.ts diff --git a/src/stores/toast.ts b/src/lib/client/stores/toast.ts similarity index 100% rename from src/stores/toast.ts rename to src/lib/client/stores/toast.ts diff --git a/svelte.config.js b/svelte.config.js index 35589a4..9a483c7 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -13,7 +13,7 @@ const config = { $config: './src/utils/config/config.ts', $logger: './src/utils/logger/logger.ts', '$logger/*': './src/utils/logger/*', - $stores: './src/stores', + $stores: './src/lib/client/stores', $components: './src/components', $assets: './src/lib/client/assets', $server: './src/server',