points to moc/healpix released versions + multi selection

This commit is contained in:
Matthieu Baumann
2024-05-29 19:26:35 +10:00
parent bada1dcecb
commit 93a7c7c642
18 changed files with 290 additions and 186 deletions

View File

@@ -41,7 +41,7 @@
"preview": "vite preview",
"test:build": "cd src/core && cargo test --release --features webgl2",
"test:unit": "vitest run",
"doc": "jsdoc -d doc --readme README.md src/js && cp aladin-logo.png doc/",
"doc": "jsdoc -d doc --readme README.md src/js src/js/shapes && cp aladin-logo.png doc/",
"doc:dev": "npm run doc && open doc/index.html"
},
"devDependencies": {