forked from FoundKeyGang/FoundKey
autoWatchをデフォルトでfalseに
This commit is contained in:
parent
58f3c6aab7
commit
d5379e2b36
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ export default async (ctx: Koa.Context) => {
|
|||
weight: null
|
||||
},
|
||||
settings: {
|
||||
autoWatch: true
|
||||
autoWatch: false
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue