星火管控前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bender-runner.config.json 246B

12345678910111213141516
  1. {
  2. "bender": {
  3. "port": 9001
  4. },
  5. "server": {
  6. "port": 9002
  7. },
  8. "paths": {
  9. "ckeditor4": "../ckeditor4/",
  10. "runner": "./src/runner.html"
  11. },
  12. "browsers": {
  13. "linux": [ "chrome", "firefox" ],
  14. "macos": [ "safari" ]
  15. }
  16. }