style: format entire codebase with prettier
This commit is contained in:
@@ -3,22 +3,22 @@ import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
|
||||
|
||||
/** @type {import('@sveltejs/kit').Config} */
|
||||
const config = {
|
||||
// Consult https://svelte.dev/docs/kit/integrations
|
||||
// for more information about preprocessors
|
||||
preprocess: vitePreprocess(),
|
||||
// Consult https://svelte.dev/docs/kit/integrations
|
||||
// for more information about preprocessors
|
||||
preprocess: vitePreprocess(),
|
||||
|
||||
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'
|
||||
}
|
||||
}
|
||||
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'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
||||
Reference in New Issue
Block a user