startgrpc.bat 311 B

123456789101112
  1. @echo off
  2. echo Building grpc...
  3. call nest build
  4. echo Starting Service ApiGateWay && MessageGRPC
  5. start wt -M -d "E:\Task\nest-micro" cmd /k "nest start apigateway" ; split-pane -d "E:\Task\nest-micro" cmd /k "nest start grpc"
  6. //wt -p "Command Prompt" ; split-pane -p "Windows PowerShell" ; split-pane -H