enable updates plugin by default

This commit is contained in:
kirillius 2024-12-26 14:39:55 +03:00
parent fdd33ffe31
commit d9204f2f98
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@
"port":8000, "port":8000,
"host":"0.0.0.0" "host":"0.0.0.0"
}, },
"plugins":[] "plugins":["updates"]
} }