Skip to content

create-fumadocs-app@16.1.25

Choose a tag to compare

@github-actions github-actions released this 04 Sep 16:32
· 12 commits to dev since this release
36057e5

Replace ts-morph with oxc-parser

Template transforms (routes, prerender config, RootProvider search dialog, AI chat layout) now parse files with oxc-parser and edit the source text in place, instead of ts-morph and the TypeScript 6 compiler it bundles. Edits preserve the original formatting, including trailing commas.