Update libs (#28)

* added prompt context library

* updated libs, except chalk that should not be updated

* updated libs and fixed speed
This commit is contained in:
Arwid Thornström
2025-06-17 10:12:48 +02:00
committed by GitHub
parent 90b9ccc454
commit 5c43d166ba
27 changed files with 2429 additions and 3457 deletions
@@ -14,7 +14,7 @@ module.exports = {
const stationListDev = await createPrintBucketStationList(
toolbox,
'photowall-prints-dev'
'photowall-prints-dev',
);
// Now show these in a enquiere prompt where the user can search and choose a folder
@@ -28,7 +28,7 @@ module.exports = {
// Ask the user if he wants to delete all the files in that station
const confirm = new Confirm({
message: `Do you want to delete all the files in ${chalk.yellow(
stationName
stationName,
)}?`,
});
const deleteAll = await confirm.run();