feat(cli): split inline sscripts for apps like for flows

This commit is contained in:
Ruben Fiszel
2024-04-28 14:55:33 +02:00
parent ba6c705936
commit 89aec0d7c7
6 changed files with 182 additions and 69 deletions

View File

@@ -640,7 +640,8 @@ async function generateMetadata(
return (
(!isD && !exts.some((ext) => p.endsWith(ext))) ||
ignore(p, isD) ||
p.includes(".flow/")
p.includes(".flow/") ||
p.includes(".app/")
);
},
false,