use self hosted packages

This commit is contained in:
2026-06-19 19:02:51 +03:30
parent e95883eb6a
commit dfb77cd8d2
2874 changed files with 40139 additions and 32 deletions
@@ -0,0 +1,16 @@
{
"bender": {
"port": 9001
},
"server": {
"port": 9002
},
"paths": {
"ckeditor4": "../ckeditor4/",
"runner": "./src/runner.html"
},
"browsers": {
"linux": [ "chrome", "firefox" ],
"macos": [ "safari" ]
}
}