We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
3.0.0-beta.1
1 parent f55562d commit 255f4f5Copy full SHA for 255f4f5
packages/svelte-ux/package.json
@@ -49,7 +49,7 @@
49
"typescript": "^5.7.2",
50
"unist-util-visit": "^5.0.0",
51
"vite": "^6.0.3",
52
- "vitest": "^2.1.8"
+ "vitest": "^3.0.0-beta.1"
53
},
54
"type": "module",
55
"dependencies": {
packages/svelte-ux/src/routes/+layout.server.ts
@@ -2,7 +2,7 @@ import { redirect } from '@sveltejs/kit';
2
3
import { env } from '$env/dynamic/private';
4
5
-import themes from '../../themes.json';
+import themes from '../../themes.json' with { type: 'json' };
6
import { getThemeNames } from '$lib/styles/theme.js';
7
8
export async function load({ url }) {
0 commit comments