initial bootstrap/navbar setup akin to bones73k implementation

This commit is contained in:
Adam Piontek 2021-03-29 11:27:44 -04:00
parent dfe805b811
commit 0a83f8f317
32 changed files with 6856 additions and 7865 deletions

View file

@ -7,6 +7,11 @@
# General application configuration
use Mix.Config
config :elixir, :time_zone_database, Tzdata.TimeZoneDatabase
# Custom application global variables
config :home73k, :app_global_vars, time_zone: "America/New_York"
# Configures the endpoint
config :home73k, Home73kWeb.Endpoint,
url: [host: "localhost"],

View file

@ -16,7 +16,8 @@ config :home73k, Home73kWeb.Endpoint,
"node_modules/webpack/bin/webpack.js",
"--mode",
"development",
"--watch-stdin",
"--watch",
"--watch-options-stdin",
cd: Path.expand("../assets", __DIR__)
]
]