feat(new command): helper command to remove as non reusable pallets

This commit is contained in:
2025-06-11 20:50:43 -05:00
parent 6156a1a5bb
commit 353960bd26
7 changed files with 314 additions and 2 deletions

View File

@@ -222,6 +222,20 @@ const newSettings = [
serviceBelowsTo: "dm",
roleToChange: "admin",
},
{
name: "scannerID",
value: `500`,
description: "What scanner id will we be using for the app",
serviceBelowsTo: "logistics",
roleToChange: "admin",
},
{
name: "scannerPort",
value: `50002`,
description: "What port instance will we be using?",
serviceBelowsTo: "logistics",
roleToChange: "admin",
},
// temp settings can be deleted at a later date once that code is removed
{
name: "siloAdjMigrations",