Skip to content

Instantly share code, notes, and snippets.

View Morzaram's full-sized avatar

Chris King Morzaram

View GitHub Profile
@Morzaram
Morzaram / mix.exs
Last active January 15, 2025 13:50
My defaults for moving from esbuild to vite
defmodule ThoughtTamerEx.MixProject do
use Mix.Project
def project do
[
app: :thought_tamer_ex,
version: "0.1.0",
elixir: "~> 1.16",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,