Files
librodrome/server/api/content/config.get.ts
2026-02-20 12:55:10 +01:00

4 lines
100 B
TypeScript

export default defineEventHandler(async () => {
return await readYaml('librodrome.config.yml')
})