Skip to content

Commit

Permalink
feat: refactor frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
Mi3-14159 committed Apr 14, 2024
1 parent d1a1cc5 commit 2e941f2
Show file tree
Hide file tree
Showing 6 changed files with 2,816 additions and 12,942 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd_frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:

- name: Build
run: npm run build
env:
VITE_HOST_URL: https://gitgazer.mmunsch.services

- name: Deploy
run: |
Expand Down
1 change: 1 addition & 0 deletions 04_frontend/.env.local
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VITE_HOST_URL="http://localhost:5173"
Loading

0 comments on commit 2e941f2

Please sign in to comment.