I was trying how to create I / O for the new JetBrains' IDE called Fleet. But unfortunately couldn't do so. So, here I am asking the Stack Overflow community "How can I configure the run.json file in Fleet".
What am I supposed to write in that file?
I am trying to run next.js file in Fleet.
Given, that this is a
Node.Js
application that haspackage.json
file, you can navigate topackage.json
scripts
block and run the coresponding command: