fix(core): please the typescript gods
This commit is contained in:
parent
bd07c9adf8
commit
7807ded369
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ async function serve(args: ParsedArgs) {
|
||||||
{
|
{
|
||||||
watch: true,
|
watch: true,
|
||||||
c12: {
|
c12: {
|
||||||
async onUpdate({ getDiff, newConfig }: unknown) {
|
async onUpdate({ getDiff, newConfig }: any) {
|
||||||
const diff = getDiff()
|
const diff = getDiff()
|
||||||
|
|
||||||
if (diff.length === 0) {
|
if (diff.length === 0) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue