Skip to content

Commit

Permalink
Refactored ui design
Browse files Browse the repository at this point in the history
  • Loading branch information
nxtcoder19 committed Feb 5, 2024
1 parent 86a0b0e commit 9850403
Show file tree
Hide file tree
Showing 26 changed files with 95 additions and 1,803 deletions.
6 changes: 3 additions & 3 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tasks:
- |
BASE_URL=devc.kloudlite.io
COOKIE_DOMAIN=".kloudlite.io"
GATEWAY_URL="http://gateway.karthik-testing.svc.cluster.local"
GATEWAY_URL="http://gateway.kloudlite.svc.cluster.local"
case {{.app}} in
"auth")
PORT=4000
Expand Down Expand Up @@ -49,7 +49,7 @@ tasks:
esac
REMIX_DEV_ORIGIN="https://{{.app}}$URL_SUFFIX.devc.kloudlite.io"
cp -r ./static/common/. ./public/
cp -r ./static/{{.app}}/. ./public/

Expand Down Expand Up @@ -94,7 +94,7 @@ tasks:
BASE_URL=kloudlite.io
URL_SUFFIX=""
COOKIE_DOMAIN=".kloudlite.io"
GATEWAY_URL="http://gateway.karthik-testing.svc.cluster.local"
GATEWAY_URL="http://gateway.kloudlite.svc.cluster.local"
case {{.app}} in
"auth")
Expand Down
Loading

0 comments on commit 9850403

Please sign in to comment.