We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e57eb95 commit a40b7fdCopy full SHA for a40b7fd
packages/core/src/runtime.ts
@@ -1,8 +1,8 @@
1
-import { readFile } from "fs/promises";
2
-import { join } from "path";
+import { readFile } from "node:fs/promises";
+import { join } from "node:path";
3
import { names, uniqueNamesGenerator } from "unique-names-generator";
4
import { v4 as uuidv4 } from "uuid";
5
-import { existsSync } from "fs";
+import { existsSync } from "node:fs";
6
import { glob } from "glob";
7
import {
8
composeActionExamples,
0 commit comments