Prettier stable generated code

This commit is contained in:
Joseph Garrone
2024-06-09 15:04:31 +02:00
parent 8dcfc840b4
commit 458083fb6d

View File

@ -58,7 +58,8 @@ export async function generateKcGenTs(params: {
2 2
)};`, )};`,
``, ``,
`/* prettier-ignore-end */` `/* prettier-ignore-end */`,
``
].join("\n"), ].join("\n"),
"utf8" "utf8"
); );