get original filename

This commit is contained in:
2024-08-16 23:59:48 +02:00
parent 9b81d70ae2
commit 411b6adff7
2 changed files with 48 additions and 22 deletions

View File

@ -25,10 +25,13 @@ dev:
just tailwind
just decap_server
# Run dev server in watch mode
# Run tests
test:
cargo test
test_watch:
cargo watch -x test
# Run server in production mode
prod:
cargo run --release