Utilisation d'un serveur Go classique pour le backend au lieu de super-graph #12

Manually merged
wpetit merged 6 commits from feature/go-server into develop 2020-07-13 15:50:22 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d0228b6c11 - Show all commits

View File

@ -11,7 +11,7 @@ generate:
build-server:
CGO_ENABLED=0 go build -v -o ./bin/server ./cmd/server
deps:
deps: generate
cd client && npm install
go get ./...