In the open soure proejct vite
https://github.com/vitejs/vite.
What is meaning in the below
"devDependencies": {
"vite": "workspace:*"
}
enter image description here
What is the workspace:*
meaning? I looked at the npm document, But found nothing?