You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# start dev server
bun run docs:dev
# build for production
bun run docs:build
# preview production build in local
bun run docs:preview
# update vuepress and theme
bun run vp-update