Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 358 Bytes

serve.md

File metadata and controls

21 lines (11 loc) · 358 Bytes

@nx-go/nx-go:serve

Uses go run command to run a Go application.

Options

main (required)

  • (string): Path to the file containing the main() function

cmd

  • (string): Name of the go binary to use, default is go

cwd

  • (string): Working directory from which to run the application

args

  • (array): Extra args when starting the app