X-Git-Url: https://git.r.bdr.sh/rbdr/forum/blobdiff_plain/74b03c33ff37d7363721bc2c33abb867dc9ea87c..a5969b7fc8bfc451da2969f06898c25eca35a4b2:/vite.config.js diff --git a/vite.config.js b/vite.config.js index f739881..6c17dac 100644 --- a/vite.config.js +++ b/vite.config.js @@ -13,10 +13,7 @@ export default { ], resolve: { alias: { - $components: resolve('src/components'), - $config: resolve('src/config'), - $data: resolve('src/data'), - $stores: resolve('src/stores') + $: resolve('src') } } };