rename from llmex to monotab

This commit is contained in:
2025-07-26 13:27:35 -04:00
parent 8da394b2a0
commit c993c04cdb
18 changed files with 105 additions and 85 deletions

View File

@@ -1,9 +1,9 @@
defmodule Llmex.MixProject do
defmodule MonoTab.MixProject do
use Mix.Project
def project do
[
app: :llmex,
app: :monotab,
version: "0.1.0",
elixir: "~> 1.15",
start_permanent: Mix.env() == :prod,