This commit is contained in:
Jason Kulatunga 2022-08-22 18:28:59 -07:00
parent d46f12928e
commit 33390680c6
3 changed files with 3 additions and 21 deletions

View File

@ -1,6 +1,6 @@
```
cd frontend
npm run dist
go mod vendor
go run backend/cmd/fasten/fasten.go start --config ./config.yaml

View File

@ -16,24 +16,6 @@ import (
"time"
)
\
import (
"encoding/json"
"fmt"
"github.com/analogj/go-util/utils"
"github.com/fastenhealth/fastenhealth-onprem/backend/pkg/config"
"github.com/fastenhealth/fastenhealth-onprem/backend/pkg/errors"
"github.com/fastenhealth/fastenhealth-onprem/backend/pkg/version"
"github.com/fastenhealth/fastenhealth-onprem/backend/pkg/web"
"github.com/sirupsen/logrus"
"github.com/urfave/cli/v2"
"io"
"log"
"os"
"time"
)
var goos string
var goarch string

View File

@ -1,11 +1,11 @@
{
"name": "fastenhealth",
"name": "fasten",
"version": "0.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "fastenhealth",
"name": "fasten",
"version": "0.0.0",
"dependencies": {
"@angular/animations": "~9.1.4",