Create bbb.json
This commit is contained in:
11
bbb.json
Normal file
11
bbb.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "Hub-web-api",
|
||||
"version": "0.0.1",
|
||||
"description": "A web API for the Hub project",
|
||||
"main": "cmd/service/main.go",
|
||||
"scripts": {
|
||||
"start": "go run cmd/service/main.go --config ./config/config.local.yaml",
|
||||
"deploy": "go run cmd/deploy/main.go --config ./config/config.local.yaml --skip-migrate true",
|
||||
"skip": "go run cmd/service/main.go --config ./config/config.local.yaml --skip-migrate true"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user