update default conf
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user