rename
This commit is contained in:
parent
d46f12928e
commit
33390680c6
|
@ -1,6 +1,6 @@
|
|||
|
||||
```
|
||||
|
||||
cd frontend
|
||||
npm run dist
|
||||
go mod vendor
|
||||
go run backend/cmd/fasten/fasten.go start --config ./config.yaml
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue