フォルダ構成だけ変えた

This commit is contained in:
2025-11-30 16:21:11 +09:00
parent a1a6ef40b8
commit a53f8f3023
29 changed files with 21 additions and 21 deletions
+7
View File
@@ -0,0 +1,7 @@
import logsDelete from "./logsDel.js";
import packageLockJsonDelete from "./packageLockDel.js";
import npmInstall from "./npmInstall.js";
logsDelete();
packageLockJsonDelete();
npmInstall();