Merge pull request #582 from crhultay/patch-3

Create mise.toml
This commit is contained in:
Bryan Ashby
2024-11-25 13:19:57 -07:00
committed by GitHub

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 }