1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-16 00:26:10 +00:00

refactor: run formatter

This commit is contained in:
Elias Schneider
2025-05-07 16:43:24 +02:00
parent de648dd6da
commit e0db4695ac
105 changed files with 768 additions and 756 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' with { type: "json" };
import packageJson from './package.json' with { type: 'json' };
/** @type {import('@sveltejs/kit').Config} */
const config = {