You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cli no creates Dockerfile and .dockerignore for easier deployment (0d10ea9)
don't rebuild SPA if built already done with same hashes of source (when hotReaload: [secure]). Allows to simplify production deploy - users can leave .bundleNow call in code and it will not cause downtime if bundle called in build time (e.g. with npx adminforth bundle). Same optimization for messages extraction (dc6eae0)
make adminforth bundle to use ts proxy - no compilation needed (81ae76b)