meetup/public/packages/ckeditor/bender-runner.config.json

17 lines
246 B
JSON
Raw Normal View History

2023-04-17 06:45:43 +00:00
{
"bender": {
"port": 9001
},
"server": {
"port": 9002
},
"paths": {
"ckeditor4": "../ckeditor4/",
"runner": "./src/runner.html"
},
"browsers": {
"linux": [ "chrome", "firefox" ],
"macos": [ "safari" ]
}
}