]> git.r.bdr.sh - rbdr/forum/blame - vite.config.js
Update to SvelteKit
[rbdr/forum] / vite.config.js
CommitLineData
bd8e98d7
RBR
1// Consult https://vitejs.dev/config/ to learn about these options
2import { resolve } from 'path';
3
4export default {
5 resolve: {
6 alias: {
7 $components: resolve('src/components'),
8 $config: resolve('src/config')
9 }
10 }
11};