bee.json 267 B

123456789101112131415161718192021
  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. "utils"
  15. ]
  16. },
  17. "cmd_args": [
  18. "web"
  19. ],
  20. "envs": []
  21. }