Добавлена возможность подключаться из вне

This commit is contained in:
2026-02-10 13:03:46 +05:00
parent 5a419156ed
commit baa670b4fd
185 changed files with 48524 additions and 11342 deletions

21
frontend/node_modules/function-bind/.eslintrc generated vendored Normal file
View File

@@ -0,0 +1,21 @@
{
"root": true,
"extends": "@ljharb",
"rules": {
"func-name-matching": 0,
"indent": [2, 4],
"no-new-func": [1],
},
"overrides": [
{
"files": "test/**",
"rules": {
"max-lines-per-function": 0,
"strict": [0]
},
},
],
}