Skip to content

Commit 419e5d7

Browse files
committed
[totem-gen] added dep of next-fonts
1 parent dbb7195 commit 419e5d7

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,15 @@ brew install "${packages[@]}"
2121
```
2222
- prepare yarn: `NV=18.19.0 && nvm install $NV && nvm use $NV && npm i -g yarn`
2323
- `export PATH=$(pwd)/node_modules/.bin:$PATH` (sometimes important!)
24+
- postgresql vector initialization
25+
```shell
26+
27+
```
2428
- installation: `yarn` (db migration will auto exec)
25-
-
26-
```
27-
yarn workspaces foreach -pA add -D npm-run-all
28-
yarn workspaces foreach -pA --include "packages/frontend/*" --include "packages/backend/*" add -D ts-patch typescript-transform-paths
29-
```
29+
```shell
30+
yarn workspaces foreach -pA add -D npm-run-all
31+
yarn workspaces foreach -pA --include "packages/frontend/*" --include "packages/backend/*" add -D ts-patch typescript-transform-paths
32+
```
3033

3134
## References
3235

apps/totem-gen

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3653,6 +3653,7 @@ __metadata:
36533653
lucide-react: "npm:*"
36543654
nanoid: "npm:^5.0.1"
36553655
next: "npm:*"
3656+
next-fonts: "npm:^1.5.1"
36563657
next-intl: "npm:^3.25.1"
36573658
next-plausible: "npm:^3.11.3"
36583659
npm-run-all: "npm:^4.1.5"

0 commit comments

Comments
 (0)