fix migration errors

This commit is contained in:
Graham McIntire 2025-07-09 16:27:21 -05:00
parent ef95f597b0
commit 43b2cb1df0
No known key found for this signature in database
2 changed files with 1 additions and 0 deletions

View file

@ -27,6 +27,7 @@ This is an Elixir Phoenix LiveView application that serves as a real-time APRS (
- `mix credo` - Static code analysis and style checking
- `mix dialyzer` - Static type analysis (must run and fix errors/warnings)
- `mix sobelow` - Security vulnerability scanning
- **IMPORTANT**: Always run `mix format` before considering any task complete
### Assets (No Node.js)
- `mix assets.deploy` - Build and minify frontend assets (Tailwind CSS + ESBuild)