Tailwind for post_list

This commit is contained in:
2024-02-27 22:53:08 +01:00
parent 0cb8e84666
commit 8201312c26
12 changed files with 273 additions and 67 deletions

View File

@ -11,6 +11,10 @@ server_dev:
dev:
(just server_dev; just tailwind) | parallel
# Run dev server in watch mode
test:
cargo test
# Run server in production mode
prod:
cargo run --release