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