Files
lst_v3/scripts/services.ps1
2026-03-01 14:10:19 -06:00

11 lines
234 B
PowerShell

param (
[string]$serviceName,
[string]$option,
[string]$appPath,
[string]$command, # just the command like run start or what ever you have in npm.
[string]$description,
[string]$remote,
[string]$server,
)