From 921f8c6a5888fce79c38a2606b92a63e35901860 Mon Sep 17 00:00:00 2001 From: Carl Roman Hultay <144816337+crhultay@users.noreply.github.com> Date: Sun, 24 Nov 2024 22:29:45 -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..92efa94f5 --- /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 }