Can't edit query using Local Target

Why can I not edit a query when using the Local Target?

@mebeingken, is this a php or nodejs project?

Node

The local target actually means no server connect at all but just direct files edit.

You should always work on at least the development target.

We will be actually removing the local target when you have other targets as it is unnecessary and causes confusion only.

2 Likes

Ahh, got it. I’ve never used Local before. Good to know I can keep ignoring.