aybDev/ayb/commands.md
2023-12-15 19:36:37 +00:00

215 B

Commands

Basic commands for ayb development

  • SMTP server: ./tests/smtp_server.sh 10026
  • Run ayb server: cargo run -- server
  • Only run SQLite tests: cargo test client_server_integration_sqlite -- --exact