refactor: refactor application structure and move source code to app directory

This commit is contained in:
Prad Nukala 2025-01-06 10:55:23 -05:00
parent 549e69b124
commit 609198b86c
14 changed files with 7 additions and 1 deletions

View File

@ -2,9 +2,15 @@
version: 2 version: 2
project_name: sonr project_name: sonr
hooks:
before:
- export RELEASE_DATE="$(date +%Y).$(date +%V).$(date +%u)"
- echo "Release date is $RELEASE_DATE"
builds: builds:
- id: motr - id: motr
main: ./cmd/main.go main: ./cmd/vault/main.go
binary: app binary: app
goos: goos:
- js - js

BIN
pkg/.DS_Store vendored

Binary file not shown.