chore: upgrade to Nodejs 22

This commit is contained in:
Elias Schneider
2025-01-27 09:48:20 +01:00
parent a65ce56b42
commit 8cd834a503
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
import adapter from '@sveltejs/adapter-node';
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
import packageJson from './package.json' assert { type: 'json' };
import packageJson from './package.json' with { type: "json" };
/** @type {import('@sveltejs/kit').Config} */
const config = {