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 }