update default conf

This commit is contained in:
2026-02-25 23:25:45 +02:00
parent 203516ba92
commit 45c23fb721
+2 -1
View File
@@ -215,6 +215,7 @@ echo "{
\"password\": \"${SSH_PASSWORD}\", \"password\": \"${SSH_PASSWORD}\",
\"remoteDir\": \"${SERVER_PROJECT_PATH}\", \"remoteDir\": \"${SERVER_PROJECT_PATH}\",
\"toLocalInclude\": [\".git\"], \"toLocalInclude\": [\".git\"],
\"authType\": \"password\",
\"ignore\": [ \"ignore\": [
\".git\", \".git\",
\".gosync.json\", \".gosync.json\",
@@ -245,7 +246,7 @@ echo "{
], ],
\"commandOnChange\": { \"commandOnChange\": {
\"files\": [\"*.vue\", \"*.less\", \"*.css\", \"*.js\"], \"files\": [\"*.vue\", \"*.less\", \"*.css\", \"*.js\"],
\"command\": \"sleep 1\", \"command\": \"sleep 2\",
\"excludeDirs\": [\"build\"] \"excludeDirs\": [\"build\"]
} }
}" >.gosync.json }" >.gosync.json