Create test.json

This commit is contained in:
2025-08-18 16:11:37 +00:00
parent ac99b97929
commit 0a5d6e3923

11
test.json Normal file
View 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"
}
}