phase0: add app skeleton, config cache, and precommit alias

This commit is contained in:
2026-03-13 18:56:23 +01:00
parent cc78558612
commit 5e478cd305
18 changed files with 281 additions and 5 deletions

3
config/dev.exs Normal file
View File

@@ -0,0 +1,3 @@
import Config
config :logger, :console, format: "[$level] $message\n"