autoWatchをデフォルトでfalseに
This commit is contained in:
parent
58f3c6aab7
commit
d5379e2b36
|
@ -92,7 +92,7 @@ export default async (ctx: Koa.Context) => {
|
||||||
weight: null
|
weight: null
|
||||||
},
|
},
|
||||||
settings: {
|
settings: {
|
||||||
autoWatch: true
|
autoWatch: false
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue