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
"docs:dev": "vitepress dev --host --port 80 docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"comment": "to run dev server in utility container, use 'docker run -it -w /home/node/app -v ./:/home/node/app --rm --name vitepress node:lts-alpine npm docs:dev'"