You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 3, 2020. It is now read-only.
Many projects don't have a scripts.start property, but a simple node . will launch them. Add a fallback case where, if no scripts.start is found, Marathon should attempt to run node . in the project root directory. If that fails, then declare the project as serverless.
Many projects don't have a scripts.start property, but a simple
node .will launch them. Add a fallback case where, if no scripts.start is found, Marathon should attempt to runnode .in the project root directory. If that fails, then declare the project as serverless.