I believe that you need ${workspaceRoot}/server.js
, not ${workspaceRoot}/app.js
for program
. The code you’re using doesn’t have an app.js, that’s what that (poorly worded) error is telling you.
I believe that you need ${workspaceRoot}/server.js
, not ${workspaceRoot}/app.js
for program
. The code you’re using doesn’t have an app.js, that’s what that (poorly worded) error is telling you.