From 76c023d2e3c64aeffc8e3655acc4efd7b9367622 Mon Sep 17 00:00:00 2001 From: Carl Roman Hultay <144816337+crhultay@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:09:01 -0500 Subject: [PATCH] Create mise.toml --- mise.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 mise.toml diff --git a/mise.toml b/mise.toml new file mode 100644 index 000000000..6b1503af4 --- /dev/null +++ b/mise.toml @@ -0,0 +1,7 @@ +[tools] +node = "18" +python = "3.10" + +[env] +NODE_ENV = 'production' +_.python.venv = { path = ".venv", create = true }