major UI commit

This commit is contained in:
Matthieu Baumann
2023-12-15 23:19:59 +01:00
committed by Matthieu Baumann
parent b69016b049
commit 057a1df431
95 changed files with 10722 additions and 4626 deletions

View File

@@ -32,7 +32,7 @@
"HiPS"
],
"scripts": {
"wasm": "wasm-pack build ./src/core --target web --release --out-name core -- --features webgl2",
"wasm": "wasm-pack build ./src/core --target web --release --out-name core -- --features webgl2 -Z build-std=panic_abort,std -Z build-std-features=panic_immediate_abort ",
"predeploy": "npm run build && rm -rf aladin-lite.tgz && npm pack",
"deploy": "./deploy.sh",
"deploy:beta": "npm run predeploy && ./deploy-beta.sh",