update default conf

This commit is contained in:
2026-02-25 23:25:45 +02:00
parent 203516ba92
commit 45c23fb721

View File

@@ -215,6 +215,7 @@ echo "{
\"password\": \"${SSH_PASSWORD}\",
\"remoteDir\": \"${SERVER_PROJECT_PATH}\",
\"toLocalInclude\": [\".git\"],
\"authType\": \"password\",
\"ignore\": [
\".git\",
\".gosync.json\",
@@ -245,7 +246,7 @@ echo "{
],
\"commandOnChange\": {
\"files\": [\"*.vue\", \"*.less\", \"*.css\", \"*.js\"],
\"command\": \"sleep 1\",
\"command\": \"sleep 2\",
\"excludeDirs\": [\"build\"]
}
}" >.gosync.json