update: improve project structure and add linting/formatting
This commit is contained in:
+8
-1
@@ -10,7 +10,14 @@ const config = {
|
||||
kit: {
|
||||
adapter: adapter({
|
||||
out: 'build'
|
||||
})
|
||||
}),
|
||||
alias: {
|
||||
'$db': './src/lib/db',
|
||||
'$components': './src/lib/components',
|
||||
'$utils': './src/lib/utils',
|
||||
'$stores': './src/lib/stores',
|
||||
'$i18n': './src/lib/i18n'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user