bee.json 222 B

12345678910111213141516
  1. {
  2. "version": 0,
  3. "gopm": {
  4. "enable": false,
  5. "install": false
  6. },
  7. "go_install": true,
  8. "watch_ext": [],
  9. "dir_structure": {
  10. "controllers": "routers",
  11. "models": "",
  12. "others": []
  13. },
  14. "cmd_args": [],
  15. "envs": []
  16. }