Create mise.toml

This commit is contained in:
Carl Roman Hultay
2024-11-25 15:09:01 -05:00
committed by GitHub
parent c2973fc287
commit 76c023d2e3

7
mise.toml Normal file
View File

@@ -0,0 +1,7 @@
[tools]
node = "18"
python = "3.10"
[env]
NODE_ENV = 'production'
_.python.venv = { path = ".venv", create = true }