✨ Add prettier as devDependency to improve development workflow
This commit is contained in:
5
bin/utils/dir.ts
vendored
5
bin/utils/dir.ts
vendored
@@ -1,5 +1,4 @@
|
||||
import path from 'path';
|
||||
import os from 'os';
|
||||
import { fileURLToPath } from 'url';
|
||||
|
||||
// Convert the current module URL to a file path
|
||||
@@ -13,7 +12,3 @@ export const tauriConfigDirectory = path.join(
|
||||
'src-tauri',
|
||||
'.pake',
|
||||
);
|
||||
|
||||
export function getUserHomeDir(): string {
|
||||
return os.homedir();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user