foreversd / forever

A simple CLI tool for ensuring that a given script runs continuously (i.e. forever)
http://github.com/foreverjs/forever
MIT License
13.87k stars 946 forks source link

"script" option required in JSON configuration files #1088

Open robertnicjoo opened 4 years ago

robertnicjoo commented 4 years ago

I am trying to run my app with this command (source package: laravel echo server)

forever start laravel-echo-server.json

and I get

"script" option required in JSON configuration files

Any idea?

dancrumb commented 3 years ago

There is no laravel-echo-server.json in that repo... at least not in the default branch..

Can you link to a Gist or directly to the file?

You can workaround this by setting your "script" property to "."