diff options
Diffstat (limited to 'bee.json')
-rw-r--r-- | bee.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/bee.json b/bee.json new file mode 100644 index 0000000000..ff120f0c90 --- /dev/null +++ b/bee.json @@ -0,0 +1,26 @@ +{ + "version": 0, + "gopm": { + "enable": false, + "install": false + }, + "go_install": true, + "watch_ext": [], + "dir_structure": { + "watch_all": true, + "controllers": "routers", + "models": "", + "others": [ + "modules", + "$GOPATH/src/github.com/gogits/binding", + "$GOPATH/src/github.com/gogits/webdav", + "$GOPATH/src/github.com/gogits/logs", + "$GOPATH/src/github.com/gogits/git", + "$GOPATH/src/github.com/gogits/gfm" + ] + }, + "cmd_args": [ + "web" + ], + "envs": [] +}
\ No newline at end of file |