Add and use a simpler run script
This commit is contained in:
@@ -16,7 +16,7 @@ func runExpress(changes <-chan FileChange) {
|
||||
|
||||
// Helper to start the express process
|
||||
startExpress := func() *exec.Cmd {
|
||||
cmd := exec.Command("node", "../express/dist/index.js")
|
||||
cmd := exec.Command("../express/run.sh")
|
||||
cmd.Stdout = os.Stdout
|
||||
cmd.Stderr = os.Stderr
|
||||
|
||||
|
||||
Reference in New Issue
Block a user