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
Add Node.js build dependency and npm build steps to compile
the Tailwind CSS frontend assets during installation. This
ensures the web server interface has all required static
files when installed via Homebrew.
The formula now:
- Installs npm dependencies with `npm ci`
- Builds CSS with `npm run build-css`
- Installs static assets to pkgshare directory
0 commit comments