From fc6dc82d8458a9928050dd3770778d6a6e1eea7f Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Mon, 13 Apr 2026 15:36:29 -0500 Subject: [PATCH] refactor(services): added in examples for migration stuff --- scripts/services.ps1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/services.ps1 b/scripts/services.ps1 index 8f40f60..58701f3 100644 --- a/scripts/services.ps1 +++ b/scripts/services.ps1 @@ -13,6 +13,10 @@ param ( # Example string to run with the parameters in it. # .\scripts\services.ps1 -serviceName "LSTV3_app" -option "install" -appPath "D:\LST_V3" -description "Logistics Support Tool" -command "run start" +# server migrations get - reminder to add to old version in pkg "start:lst": "cd lstV2 && npm start", +# .\scripts\services.ps1 -serviceName "LST_app" -option "install" -appPath "D:\LST" -description "Logistics Support Tool" -command "run start" +# .\scripts\services.ps1 -serviceName "LST_app" -option "install" -appPath "D:\LST" -description "Logistics Support Tool" -command "run start:lst" + $nssmPath = $AppPath + "\nssm.exe" $npmPath = "C:\Program Files\nodejs\npm.cmd" # Path to npm.cmd