chore: update deps + turbo 2.0
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user