Skip to content

Commit

Permalink
Initialize backend implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
gudaoxuri committed Dec 7, 2023
1 parent b4cf7b5 commit 6e6e787
Show file tree
Hide file tree
Showing 116 changed files with 6,063 additions and 12 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install
run: |
cd ./frontend
pnpm install
- name: Test
run: pnpm run test
Expand Down Expand Up @@ -93,7 +95,9 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install
run: |
cd ./frontend
pnpm install
- name: Test
run: pnpm run test
Expand Down
11 changes: 1 addition & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
node_modules
.DS_Store
dist
dist-ssr
*.local
docs/.vitepress/cache
docs/.vitepress/.temp
docs/api
types
.idea
frontend/.gitignore
Loading

0 comments on commit 6e6e787

Please sign in to comment.