add a prod routine only for internal production deployment on our server. npm run serve should behave like before

This commit is contained in:
Matthieu Baumann
2025-09-12 18:04:08 +02:00
parent cdc1733c4f
commit c6c7ad44c9
7 changed files with 74 additions and 21 deletions

View File

@@ -28,7 +28,7 @@
}
);
hips = aladin.newImageSurvey("http://alasky.cds.unistra.fr/HIPS3D/GalfaHI", {
hips = aladin.newImageSurvey("http://alasky.cds.unistra.fr/HIPS3D/LGLBSHI16", {
successCallback: (hips) => {
//hips.setFrequency({value: 6.374279333565797E-7, unit: "m"}) // GALFA
}