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 { try {
await fs.access(".git") await fs.access(".git")
console.log("[INIT] Git already initialized")
execSync("rm -rf .git")
} catch (error) { } catch (error) {
execSync("git init") execSync("git init")
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "n8n-nodes-wajs", "name": "n8n-nodes-wajs",
"version": "1.1.13", "version": "1.1.14",
"keywords": [ "keywords": [
"n8n", "n8n",
"n8n-nodes" "n8n-nodes"