fix(build): modernize package configuration and remove smartfile dependency from filesystem operations

This commit is contained in:
2026-05-01 16:40:11 +00:00
parent 27fd2efb51
commit 61218599c8
12 changed files with 4044 additions and 5807 deletions
+1 -1
View File
@@ -5,4 +5,4 @@ export const packageDir = plugins.path.join(
'../'
);
export const noGitDir = plugins.path.join(packageDir, './.nogit');
plugins.smartfile.fs.ensureDirSync(noGitDir);
plugins.fs.mkdirSync(noGitDir, { recursive: true });