undo a bunch of commits
This commit is contained in:
@ -1,8 +1,17 @@
|
||||
import { sveltekit } from '@sveltejs/kit/vite';
|
||||
import { defineConfig } from 'vite';
|
||||
import path from 'path';
|
||||
|
||||
|
||||
export default defineConfig({
|
||||
base: '',
|
||||
base: '.',
|
||||
resolve: {
|
||||
alias: {
|
||||
'$': path.resolve(__dirname, './src'),
|
||||
'$lib': path.resolve(__dirname, './src/lib'),
|
||||
'$data': path.resolve(__dirname, './src/data'),
|
||||
},
|
||||
},
|
||||
root: 'src',
|
||||
plugins: [sveltekit()],
|
||||
build: {
|
||||
|
||||
Reference in New Issue
Block a user