Closed cazala closed 1 year ago
This PR changes the inspector command to open a panel within vscode instead of opening outside in a new browser.
I also added the ability to specify a server and a port to use a local development server instead of the production one, ie:
LOCAL_DEV_SERVER=Inspector LOCAL_DEV_PORT=3000
Then you can start the inspector dev server in localhost:3000 and you can use it from the Editor instead of using the one in the node_modules
This PR changes the inspector command to open a panel within vscode instead of opening outside in a new browser.
I also added the ability to specify a server and a port to use a local development server instead of the production one, ie:
Then you can start the inspector dev server in localhost:3000 and you can use it from the Editor instead of using the one in the node_modules