rm squash

This commit is contained in:
d34dscene
2025-11-12 23:29:23 +01:00
parent c2c2ed8a16
commit d6fbd7f544
3 changed files with 3 additions and 114 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
const config = {
// Consult https://kit.svelte.dev/docs/integrations#preprocessors
// for more information about preprocessors
preprocess: [vitePreprocess({ postcss: true })],
preprocess: [vitePreprocess()],
kit: {
adapter: adapter({
pages: 'build',
+2 -2
View File
@@ -11,8 +11,8 @@
"strict": true,
"moduleResolution": "bundler"
}
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
// except $lib which is handled by https://kit.svelte.dev/docs/configuration#files
// Path aliases are handled by https://svelte.dev/docs/kit/configuration#alias
// except $lib which is handled by https://svelte.dev/docs/kit/configuration#files
//
// If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes
// from the referenced tsconfig.json - TypeScript does not merge them in