🌳
pt0/deployF/dockerF/getIsMadgableLeafExtF.mts
4export const getIsMadgableLeafExt = (path: string) => {
5 if (isPtCodeFileExt(path)) return true
6 return isPtExtNotCode(path)
7}