starting on frontend, auth finished for backend
This commit is contained in:
10
Taskfile.yml
10
Taskfile.yml
@@ -30,6 +30,7 @@ tasks:
|
||||
deps:
|
||||
- install-backend
|
||||
- install-frontend
|
||||
- install-goreleaser
|
||||
|
||||
release-local:
|
||||
cmds:
|
||||
@@ -64,15 +65,16 @@ tasks:
|
||||
- src/**/*.js
|
||||
generates:
|
||||
- build/js/*.js
|
||||
cmds:
|
||||
- npm run build
|
||||
|
||||
run-backend:
|
||||
env:
|
||||
SERVER_PORT: 3500
|
||||
GI_SERVER_PORT: 3500
|
||||
GI_DEVELOPMENT: false
|
||||
# TZ: "America/New_York"
|
||||
sources:
|
||||
- ./*.go
|
||||
cmds:
|
||||
- go run .
|
||||
- fiber dev
|
||||
|
||||
run-all:
|
||||
deps:
|
||||
|
Reference in New Issue
Block a user