Skip to content

Commit 2af3886

Browse files
committed
Add mise
1 parent 6ff98b2 commit 2af3886

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.env.local
2+
13
# Logs
24
logs
35
*.log

mise.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[tools]
2+
node = "20"
3+
4+
[env]
5+
_.file = ".env.local"
6+
7+
[tasks]
8+
test = "yarn test"

0 commit comments

Comments
 (0)