We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ed39b commit 81b1f77Copy full SHA for 81b1f77
src/utils/storage.ts
@@ -1,9 +1,9 @@
1
import path from 'node:path';
2
import execa from 'execa';
3
import fs from 'fs-extra';
4
-import { generateId } from './generateId';
5
-import { getPackageInfo } from './get-package-info';
6
-import git, { checkIsRepo } from './git';
+import { generateId } from './generateId.js';
+import { getPackageInfo } from './get-package-info.js';
+import git, { checkIsRepo } from './git.js';
7
8
export type IntentionalCommit = {
9
id: string;
0 commit comments