1
0
Fork 0

wip(sde): Handle package dependencies

This commit is contained in:
joostdecock 2023-09-29 18:20:28 +02:00
parent 78b199ce44
commit e0386a441b
23 changed files with 662 additions and 614 deletions

View file

@ -94,7 +94,13 @@ yarn-error.log*
from: 'sde/env.local',
to: 'sde/.env.local',
},
...downloads,
...downloads.sites,
],
packages: downloads.pkgs.map((file) => ({
from: file,
to: `pkgs/${file}`,
})),
},
}
console.log(config.fetch.pkgs)