mirror of
https://github.com/casbin/bee.git
synced 2025-07-17 04:03:24 +08:00
#323: Removes the check if the current path is a Beego project
This commit is contained in:
4
pack.go
4
pack.go
@ -478,10 +478,6 @@ func packApp(cmd *Command, args []string) int {
|
||||
logger.Fatalf("Application path does not exist: %s", thePath)
|
||||
}
|
||||
|
||||
if isBeegoProject(thePath) == false {
|
||||
logger.Fatal("Bee does not support non Beego project")
|
||||
}
|
||||
|
||||
logger.Infof("Packaging application on '%s'...", thePath)
|
||||
|
||||
appName := path.Base(thePath)
|
||||
|
Reference in New Issue
Block a user