feature: cloudcmd: gritty v10.0.0

This commit is contained in:
coderiaser 2026-02-12 13:44:13 +02:00
parent 938f9e7674
commit 144e4a3468
2 changed files with 3 additions and 2 deletions

View file

@ -178,7 +178,7 @@
"eslint-plugin-n": "^17.0.0-4",
"eslint-plugin-putout": "^30.0.0",
"globals": "^17.0.0",
"gritty": "^9.0.0",
"gritty": "^10.0.0",
"gunzip-maybe": "^1.3.1",
"html-webpack-plugin": "^5.6.3",
"inherits": "^2.0.3",

View file

@ -9,7 +9,8 @@ const noop = (req, res, next) => {
noop.listen = noop;
const _getModule = (a) => require(a);
const parseDefault = (a) => a.default || a;
const _getModule = (a) => parseDefault(require(a));
export default (config, arg, overrides = {}) => {
const {