Skip to content
Prev Previous commit
Next Next commit
node:url
  • Loading branch information
sreya committed Nov 27, 2024
commit 2c9af96fc860a3aa14e517b13ed1a8cadc4a3591
2 changes: 1 addition & 1 deletion site/src/utils/apps.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { URL } from "url";
import { URL } from "node:url";
import type * as TypesGen from "api/typesGenerated";

export const createAppLinkHref = (
Expand Down
2 changes: 1 addition & 1 deletion site/src/utils/portForward.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { URL } from "url";
import { URL } from "node:url";
import type { WorkspaceAgentPortShareProtocol } from "api/typesGenerated";

export const portForwardURL = (
Expand Down
Loading