Hitting the play button won’t run my code because it’s in a sub directory. On pc I cd into the folder then run npm start. Is there any way to change the directory with this app?
Can you change root directory?
Hi @CTOverton
Unfortunately it’s not possible to do that yet. All projects must have an index.js
or index.jsx
file at the root of the project acting as entry point.