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
Fixed embedded component script routes on Windows by switching to slash-separated paths when reading from the embedded filesystem, so /templui/js/... no longer returns 404 for valid component assets. Fixes #526.
Fixed the import workflow Tailwind watcher example to resolve TEMPLUI_PATH with go list -mod=mod, which restores vendored and Docker-based setups. Fixes #527.