Skip to content

Commit

Permalink
Merge pull request #582 from crhultay/patch-3
Browse files Browse the repository at this point in the history
Create mise.toml
  • Loading branch information
NuSkooler authored Nov 25, 2024
2 parents c2973fc + 76c023d commit a875206
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mise.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[tools]
node = "18"
python = "3.10"

[env]
NODE_ENV = 'production'
_.python.venv = { path = ".venv", create = true }

0 comments on commit a875206

Please sign in to comment.