2024-03-16 15:45:32 +00:00
|
|
|
|
2024-06-09 01:17:55 +00:00
|
|
|
check:
|
|
|
|
cargo test
|
|
|
|
cargo fmt --check
|
|
|
|
cargo clippy
|
|
|
|
cargo build --release
|
|
|
|
|
2024-03-16 15:45:32 +00:00
|
|
|
run:
|
|
|
|
SECURE_SESSIONS=false RUST_LOG=debug cargo run -- --reload-templates
|
|
|
|
|
2024-05-21 12:59:04 +00:00
|
|
|
run-watch:
|
|
|
|
SECURE_SESSIONS=false RUST_LOG=debug cargo watch --why -x 'run -- --reload-templates'
|
|
|
|
|
2024-03-16 15:45:32 +00:00
|
|
|
run-release:
|
|
|
|
SECURE_SESSIONS=false RUST_LOG=info cargo run --release
|
|
|
|
|
|
|
|
css-watch:
|
2024-05-21 12:59:04 +00:00
|
|
|
npm run css-watch
|
|
|
|
|
|
|
|
typescript:
|
|
|
|
npm run build
|
|
|
|
|
|
|
|
typescript-watch:
|
|
|
|
npm run build-watch
|