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