basic backend and frontend communication done

This commit is contained in:
2021-08-29 15:06:00 -04:00
parent b9ee7d0790
commit 542c6e32c8
11 changed files with 209 additions and 2658 deletions

View File

@@ -18,7 +18,7 @@ before:
- go generate ./...
builds:
-
main: main.go
# main: main.go
binary: "{{.ProjectName}}-{{.Os}}-{{.Arch}}"
env:
- CGO_ENABLED=0
@@ -33,22 +33,23 @@ builds:
# - arm64
archives:
- replacements:
- id: goInventorize-archive
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
- format_overrides:
- goos: windows
format: zip
format_overrides:
- goos: windows
format: zip
- files:
- LICENSE
- README.md
- frontend/build/**/*
- defaults/*
files:
- LICENSE
- README.md
- frontend/build/**/*
- defaults/*
dockers:
-
goos: linux