require the use of node prefix on native imports
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { Serializable, spawn } from 'child_process';
|
||||
import { Serializable, spawn } from 'node:child_process';
|
||||
import { DevDataStore } from './DevDataStore';
|
||||
import { BackstageIpcClient } from './ipcClient';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user