require the use of node prefix on native imports
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
import { LoggerService } from '@backstage/backend-plugin-api';
|
||||
import * as https from 'https';
|
||||
import * as https from 'node:https';
|
||||
import fetch, { RequestInit } from 'node-fetch';
|
||||
import { ClusterDetails } from '../types/types';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user