release: prepare server 0.9.0

This commit is contained in:
2026-07-31 00:28:22 +03:00
parent a343963bf0
commit f492782aff
34 changed files with 1156 additions and 380 deletions
+1 -1
View File
@@ -2,6 +2,6 @@
"name": "rmm-openwrt",
"private": true,
"scripts": {
"check:web": "node --check web/app.js && node --check web/landing-motion.js"
"check:web": "node --check web/app.js && node --check web/landing-motion.js && node --check web/version.js && node web/version.test.js"
}
}