Skip to content

Commit 7b3629d

Browse files
authored
Merge pull request #493 from VirtualLiveLab/feat/add-mise-config
2 parents 1dd026a + 986da82 commit 7b3629d

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

mise.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[settings]
2+
idiomatic_version_file_enable_tools = ["node"]
3+
4+
[tools]
5+
"npm:corepack" = "latest"
6+
7+
[tasks.setup]
8+
depends = ["setup:*"]
9+
description = "Set up the dev environment"
10+
11+
[tasks."setup:pnpm"]
12+
run = "pnpm install"
13+
hide = true
14+
description = "Install dependencies with pnpm"

0 commit comments

Comments
 (0)