autoWatchをデフォルトでfalseに

This commit is contained in:
syuilo 2018-08-17 00:04:07 +09:00
parent 3efb2efd79
commit bc44a7866b

View File

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