mirror of
https://github.com/cds-astro/aladin-lite.git
synced 2026-01-07 19:02:56 -08:00
fix of a weird resize problem occuring when accessing the gridCanvas. This has been reported by Robin MENEUST from obspm
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
"scripts": {
|
||||
"wasm": "wasm-pack build ./src/core --target web --release --out-name core -- --features webgl2",
|
||||
"predeploy": "npm run build && npm pack",
|
||||
"deploy": "./deploy-dbg.sh",
|
||||
"deploy": "./deploy.sh",
|
||||
"build": "npm run wasm && vite build && cp examples/index.html dist/index.html",
|
||||
"dev": "npm run build && vite",
|
||||
"serve": "npm run dev",
|
||||
|
||||
Reference in New Issue
Block a user