r:
	-cargox --hide-warnings run -- -- -c ./local/config

rl:
	./target/debug/ztx-calendar -c ./local/config

g tables:
	sea-orm-cli generate entity \
	--tables={{tables}} \
	--output-dir ./src/entities \
	--entity-format dense \
	--with-prelude all-allow-unused-imports \
	--with-serde both \
	--date-time-crate chrono

f:
	cargo +nightly fix --allow-dirty 
	cargo +nightly clippy --fix --allow-dirty 
	cargo +nightly fmt