Skip to content

Commit

Permalink
fix: update lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
briansunter committed Oct 9, 2024
1 parent 6085dca commit 1067ca4
Show file tree
Hide file tree
Showing 3 changed files with 2,805 additions and 22,239 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ This error doesn't cause any issues besides the error message in the console. It
### Installing

```
npm i
pnpm i
```

## Running the tests <a name = "tests"></a>
Expand All @@ -284,21 +284,21 @@ npm i
## Build <a name="usage"></a>

```
npm run build
pnpm run build
```

## 💻 Local Development

This enables the local dev server with hot reloading, via the logseq vite plugin.

```
npm i
npm run dev
pnpm i
pnpm run dev
```

### Prod build

First run `npm i` and `npm run build`
First run `pnpm i` and `pnpm run build`

Open LogSeq

Expand Down
Loading

0 comments on commit 1067ca4

Please sign in to comment.