Skip to content

Commit d6aaa40

Browse files
committed
Upgrade to @sveltejs/kit@2
1 parent edd3904 commit d6aaa40

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

jsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"resolveJsonModule": true,
77
"skipLibCheck": true,
88
"sourceMap": true,
9+
"module": "NodeNext",
910
"moduleResolution": "NodeNext"
1011
}
1112
}
File renamed without changes.

src/routes/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script>
22
import '@fontsource-variable/inter'
3-
import '../app.postcss'
3+
import '../app.pcss'
44
import { dev } from '$app/environment'
55
</script>
66

svelte.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { vitePreprocess } from '@sveltejs/kit/vite'
1+
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
22
import adapter from '@sveltejs/adapter-static'
33
import { readFileSync } from 'node:fs'
44

0 commit comments

Comments
 (0)