When running `space dev` there is a segfault ``` 馃憖 Checking for running micros... 馃捇 Starting 1 micro servers... Micro backend (primary) L url: http://localhost:4200/ panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x2 addr=0xa0 pc=0x10047059c] goroutine 24 [running]: os/exec.(*Cmd).Start(0x0?) /Users/runner/hostedtoolcache/go/1.21.1/x64/src/os/exec/exec.go:628 +0x2c os/exec.(*Cmd).Run(0x10034f980?) /Users/runner/hostedtoolcache/go/1.21.1/x64/src/os/exec/exec.go:587 +0x20 github.com/deta/space/cmd.dev.func1(0x0) /Users/runner/work/space-cli/space-cli/cmd/dev.go:191 +0x5c created by github.com/deta/space/cmd.dev in goroutine 1 /Users/runner/work/space-cli/space-cli/cmd/dev.go:189 +0xd68 ```
When running
space devthere is a segfault