This commit is contained in:
2024-06-02 13:31:19 +02:00
parent 9d547bcdf2
commit 443081e086
67 changed files with 623 additions and 4282 deletions

View File

@ -8,7 +8,8 @@
import Config
config :something_erlang,
ecto_repos: [SomethingErlang.Repo]
ecto_repos: [SomethingErlang.Repo],
generators: [timestamp_type: :utc_datetime]
# Configures the endpoint
config :something_erlang, SomethingErlangWeb.Endpoint,
@ -19,7 +20,7 @@ config :something_erlang, SomethingErlangWeb.Endpoint,
layout: false
],
pubsub_server: SomethingErlang.PubSub,
live_view: [signing_salt: "00UFDP60"]
live_view: [signing_salt: "FIHDRhv0"]
# Configures the mailer
#
@ -32,8 +33,8 @@ config :something_erlang, SomethingErlang.Mailer, adapter: Swoosh.Adapters.Local
# Configure esbuild (the version is required)
config :esbuild,
version: "0.14.41",
default: [
version: "0.17.11",
something_erlang: [
args:
~w(js/app.js --bundle --target=es2017 --outdir=../priv/static/assets --external:/fonts/* --external:/images/*),
cd: Path.expand("../assets", __DIR__),
@ -42,8 +43,8 @@ config :esbuild,
# Configure tailwind (the version is required)
config :tailwind,
version: "3.2.4",
default: [
version: "3.4.0",
something_erlang: [
args: ~w(
--config=tailwind.config.js
--input=css/app.css