-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Expand file tree
/
Copy path.iex.exs
More file actions
19 lines (16 loc) · 625 Bytes
/
.iex.exs
File metadata and controls
19 lines (16 loc) · 625 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
alias Plausible.{Repo, ClickhouseRepo, IngestRepo}
alias Plausible.{Site, Sites, Goal, Goals, Stats}
import_if_available(Ecto.Query)
import_if_available(Plausible.Factory)
Logger.configure(level: :warning)
IO.puts(
IO.ANSI.cyan() <>
~S[
.*$$$$$$s.
*$$$$$$$$$$$,
:$$SSS#######S *$$$$/. $$ ** $$ l$:
,$$SSS#######. $$ ,$:$$ $$$$$ .S* $: $$@$* $% $$$$@s :$: s$@$s
.**$$$#####` $@$$$$' $l s-' $:.@* $| '$@s. $% $$ \$ :$:,$$ *$:
,***/` #$ `$$ %$$%$$ *$$$#`.*sss$ $% $#$$$' %$ *$sss,
,$$'] <> IO.ANSI.reset() <> "\n\n"
)