Skip to content

Commit

Permalink
feat(ui/auth): plugin-auth for integrating social login (#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwqcode committed May 3, 2024
1 parent 88aec7e commit 7187d0f
Show file tree
Hide file tree
Showing 36 changed files with 2,065 additions and 15 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"dev:sidebar": "pnpm -F @artalk/artalk-sidebar dev",
"build": "pnpm -F artalk build",
"build:sidebar": "pnpm -F @artalk/artalk-sidebar build",
"build:auth": "pnpm -F @artalk/plugin-auth build",
"build:all": "pnpm build && pnpm build:sidebar",
"build:docs": "pnpm build && pnpm -F=docs-landing build && pnpm -F=docs-swagger swagger:build && pnpm -F=docs build:docs && pnpm patch:docs",
"patch:docs": "cp -rf docs/landing/dist/* docs/swagger/dist/* docs/docs/.vitepress/dist",
Expand Down
Loading

0 comments on commit 7187d0f

Please sign in to comment.