Skip to content

Commit d10f8bc

Browse files
conico974vicb
andauthored
review
Co-authored-by: Victor Berchet <victor@suumit.com>
1 parent 02a41aa commit d10f8bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/open-next/src/build/installDeps.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { execSync } from "child_process";
2-
import * as fs from "fs";
3-
import * as os from "os";
4-
import * as path from "path";
2+
import fs from "node:fs";
3+
import os from "node:os";
4+
import path from "node:path";
55
import { InstallOptions } from "types/open-next";
66

77
import logger from "../logger.js";

0 commit comments

Comments
 (0)