feat: #1835 copy apps (#1854)

This commit is contained in:
Manuel
2024-01-28 21:15:08 +01:00
committed by GitHub
parent f1e0b9236c
commit 6fdf1dfaa8
6 changed files with 54 additions and 7 deletions

View File

@@ -0,0 +1,3 @@
import { ConfigType } from '~/types/config';
export const getLowestWrapper = (config: ConfigType) => config?.wrappers.sort((a, b) => a.position - b.position)[0];