File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments