chore(dev): VOLTA -> Corepack

This commit is contained in:
rusconn
2024-02-06 18:09:42 +09:00
parent 8fadf783b6
commit c4f2ddd69a
2 changed files with 8 additions and 4 deletions

View File

@@ -4,7 +4,11 @@ A web clone of [DevToys](https://github.com/veler/DevToys)
## Setup
To reproduce environment, use [VOLTA](https://volta.sh/)
```shell
corepack enable
pnpm install
pnpm dev # route types will be generated by next.js
```
## Known issues

View File

@@ -1,9 +1,9 @@
{
"license": "MIT",
"private": true,
"volta": {
"node": "18.16.0",
"pnpm": "8.5.1"
"packageManager": "pnpm@8.5.1",
"engines": {
"node": "^18.16.0"
},
"scripts": {
"dev": "next dev",