chore: update deps + turbo 2.0

This commit is contained in:
2024-07-15 22:24:31 +02:00
parent 40a3c2b605
commit 3fefd78edf
7 changed files with 54 additions and 46 deletions

View File

@@ -1,4 +1,4 @@
import preprocess from 'svelte-preprocess'
import { sveltePreprocess } from 'svelte-preprocess'
import adapter from '@sveltejs/adapter-cloudflare'
import { fileURLToPath } from 'url'
import { dirname } from 'path'
@@ -9,7 +9,7 @@ export const scssImports = `@use "${stylePath}/imports.scss" as *;`
/** @type {import('@sveltejs/kit').Config} */
const config = {
// Preprocessors docs: https://github.com/sveltejs/svelte-preprocess
preprocess: preprocess({
preprocess: sveltePreprocess({
scss: {
prependData: scssImports,
renderSync: true,