Create mise.toml

This commit is contained in:
Carl Roman Hultay
2024-11-24 22:29:45 -05:00
committed by GitHub
parent 8877b1d3af
commit 921f8c6a58

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 }