Skip to content

Commit

Permalink
feat: add pwa support
Browse files Browse the repository at this point in the history
  • Loading branch information
aseerkt committed Jul 3, 2024
1 parent 274e53a commit abfbc36
Show file tree
Hide file tree
Showing 6 changed files with 5,206 additions and 2,520 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/server-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:

- name: Install dependencies
run: pnpm i --filter server

- name: Lint
run: pnpm --filter server lint

- name: Build
run: pnpm --filter server build
Expand Down
Loading

0 comments on commit abfbc36

Please sign in to comment.