Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 295 Bytes

File metadata and controls

15 lines (10 loc) · 295 Bytes

datatoggle-server

useful commands

  • Get a process using a port and kill it lsof -i :8080 then kill $PID

  • Update cloud_sql_proxy https://cloud.google.com/sql/docs/mysql/sql-proxy?hl=fr#macos-64-bit

  • format code ./gradlew ktlintFormat

  • linter check ./gradlew ktlintCheck