autoWatchをデフォルトでfalseに

This commit is contained in:
syuilo 2018-08-17 00:04:07 +09:00
parent 58f3c6aab7
commit d5379e2b36

View file

@ -92,7 +92,7 @@ export default async (ctx: Koa.Context) => {
weight: null
},
settings: {
autoWatch: true
autoWatch: false
}
});