mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2025-12-16 20:49:23 +00:00
chore(dev): VOLTA -> Corepack
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user