File tree 3 files changed +10
-6
lines changed
3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,15 @@ brew install "${packages[@]}"
21
21
```
22
22
- prepare yarn: ` NV=18.19.0 && nvm install $NV && nvm use $NV && npm i -g yarn `
23
23
- ` export PATH=$(pwd)/node_modules/.bin:$PATH ` (sometimes important!)
24
+ - postgresql vector initialization
25
+ ``` shell
26
+
27
+ ```
24
28
- 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
+ ```
30
33
31
34
## References
32
35
Original file line number Diff line number Diff line change @@ -3653,6 +3653,7 @@ __metadata:
3653
3653
lucide-react: "npm:*"
3654
3654
nanoid: "npm:^5.0.1"
3655
3655
next: "npm:*"
3656
+ next-fonts: "npm:^1.5.1"
3656
3657
next-intl: "npm:^3.25.1"
3657
3658
next-plausible: "npm:^3.11.3"
3658
3659
npm-run-all: "npm:^4.1.5"
You can’t perform that action at this time.
0 commit comments