mirror of
https://github.com/plausible/analytics.git
synced 2024-11-23 11:12:15 +03:00
20 lines
622 B
Elixir
20 lines
622 B
Elixir
|
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: :warn)
|
||
|
|
||
|
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"
|
||
|
)
|