rename
This commit is contained in:
parent
d46f12928e
commit
33390680c6
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
```
|
```
|
||||||
|
cd frontend
|
||||||
npm run dist
|
npm run dist
|
||||||
go mod vendor
|
go mod vendor
|
||||||
go run backend/cmd/fasten/fasten.go start --config ./config.yaml
|
go run backend/cmd/fasten/fasten.go start --config ./config.yaml
|
||||||
|
|
|
@ -16,24 +16,6 @@ import (
|
||||||
"time"
|
"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 goos string
|
||||||
var goarch string
|
var goarch string
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "fastenhealth",
|
"name": "fasten",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "fastenhealth",
|
"name": "fasten",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "~9.1.4",
|
"@angular/animations": "~9.1.4",
|
||||||
|
|
Loading…
Reference in New Issue