Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into fix-ru-in-slowquery
Browse files Browse the repository at this point in the history
  • Loading branch information
nolouch committed Jun 21, 2024
2 parents c1d85e0 + c30f979 commit 2ea9d4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@
## Requirements

- Node >= 18.16.0
- pnpm >= 8.6.12
- [use corepack](https://www.totaltypescript.com/how-to-use-corepack): `corepack enable && corepack enable npm`

## Run

### Dev

1. install pnpm: `npm install -g pnpm`
1. `pnpm i`
1. `pnpm dev`

Expand All @@ -25,4 +24,5 @@
### Build

1. `pnpm i`
1. `pnpm build`
3 changes: 2 additions & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
"version": "1.0.0",
"license": "MIT",
"engines": {
"node": ">=18.16.0"
"node": ">=18.16.0 <19.0.0"
},
"packageManager": "[email protected]",
"scripts": {
"fmt-check": "prettier --check .",
"fmt-fix": "prettier --write .",
Expand Down

0 comments on commit 2ea9d4b

Please sign in to comment.