From 0a5d6e3923e79f2223e8c215865b55097abc4f8d Mon Sep 17 00:00:00 2001 From: string3 Date: Mon, 18 Aug 2025 16:11:37 +0000 Subject: [PATCH] Create test.json --- test.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test.json diff --git a/test.json b/test.json new file mode 100644 index 0000000..0806e7f --- /dev/null +++ b/test.json @@ -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" + } +} \ No newline at end of file