mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-12 16:05:43 +00:00
feat(cli): split inline sscripts for apps like for flows
This commit is contained in:
+2
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user