tambahannya

This commit is contained in:
bipproduction
2025-11-17 17:48:43 +08:00
parent f551ee5618
commit 120ab8f29a
2 changed files with 4 additions and 1 deletions

View File

@@ -24,6 +24,9 @@ async function init() {
try {
await fs.access(".git")
console.log("[INIT] Git already initialized")
execSync("rm -rf .git")
} catch (error) {
execSync("git init")
}