bee.json 351 B

1234567891011121314151617181920212223
  1. {
  2. "version": 0,
  3. "gopm": {
  4. "enable": false,
  5. "install": false
  6. },
  7. "go_install": true,
  8. "watch_ext": [],
  9. "dir_structure": {
  10. "watch_all": true,
  11. "controllers": "routers",
  12. "models": "",
  13. "others": [
  14. "modules",
  15. "$GOPATH/src/github.com/gogits/logs",
  16. "$GOPATH/src/github.com/gogits/git"
  17. ]
  18. },
  19. "cmd_args": [
  20. "web"
  21. ],
  22. "envs": []
  23. }