mirror of
https://github.com/tangledup-ai/stepfun-vector-stores-admin.git
synced 2026-01-20 19:00:59 +08:00
* feat: implement clerk auth * refactor: extract authenticated route layout * fix: add signUpFallbackRedirectUrl in ClerkProvider * fix: add default email address in clerk sign in * feat: add user-management flow with Clerk auth * refactor: extract learn-more component * chore: add learn more button in clerk auth layout * fix: update nav title for Clerk * fix: add example env file * feat(clerk): add fallback UI when publishable key is missing * docs(clerk): add clerk in readme
27 lines
259 B
Plaintext
27 lines
259 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
.env
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|