mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-25 20:32:26 +01:00
feat: add yaml dependency and update import in OpenAPI server handler
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { json } from '@sveltejs/kit';
|
||||
import type { RequestHandler } from '@sveltejs/kit';
|
||||
import { parse } from '@std/yaml';
|
||||
import { parse } from 'yaml';
|
||||
|
||||
// Cache the parsed spec to avoid re-reading on every request
|
||||
let cachedSpec: unknown = null;
|
||||
|
||||
Reference in New Issue
Block a user