From 6e209289431e6e1426e65862f05df7e967bec7b8 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Thu, 6 Mar 2025 19:35:33 -0600 Subject: [PATCH] refactor(server): added in an example powershell script to install --- server/scripts/services.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/scripts/services.ps1 b/server/scripts/services.ps1 index 4a6f9fe..46e7023 100644 --- a/server/scripts/services.ps1 +++ b/server/scripts/services.ps1 @@ -7,7 +7,7 @@ param ( ) # Example string to run with the parameters in it. -# .\services.ps1 -serviceName "LST-Admin" -option "install" -appPath "C:\Users\matthes01\Documents\lstV2" -description "The Admin DashBoard" -command "npm run startadm" +# .\services.ps1 -serviceName "LSTV2" -option "install" -appPath "E:\LST\lstV2" -description "Logistics Support Tool V2" -command "run start" $nssmPath = $AppPath + "\nssm.exe" $npmPath = "C:\Program Files\nodejs\npm.cmd" # Path to npm.cmd