Add tailwind build step

This commit is contained in:
Peter Stockings
2026-01-29 09:30:51 +11:00
parent 71315eb719
commit 04fe00412a
7 changed files with 195 additions and 2 deletions

5
.gitignore vendored
View File

@@ -164,4 +164,7 @@ cython_debug/
**/*.sql
# Exclude experimental juypter notebooks
**/*.ipynb
**/*.ipynb
# Exclude node_modules
node_modules