You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.
Because it is a monorepo, I know that importing directly the packages will work because of the symlink inside node_modules; but shouldn't it be listed explicitly in the packages.json's dependencies?
Example:
package api uses db, but db is not inside package.json
but shouldn't it be listed explicitly in the dependencies of the packages or apps?
Yes they should. This is one of the main things that I disliked about zart, all the dependencies just magically hoist together and it is definetely something I want to fix. Haven't had any time for this repo in a while now but if you want to hack on it feel free!
Thanks for the reply and the awesome work with the repo, love the packages ideas (api and db packages specially); I've been hacking my own starter for my company so not much time either; but will come back later when finished and PR. Although it's way more opinionated, if you are curious it's on GitHub here.
I saw your work in the create-t3-app@next and got to this repo. Just starting on trpc and loving it.
Thanks for the reply and the awesome work with the repo, love the packages ideas (api and db packages specially); I've been hacking my own starter for my company so not much time either; but will come back later when finished and PR. Although it's way more opinionated, if you are curious it's on GitHub here.
I saw your work in the create-t3-app@next and got to this repo. Just starting on trpc and loving it.
Please checkout create-t3-turbo which has a much cleaner dependency tree imo.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Because it is a monorepo, I know that importing directly the packages will work because of the symlink inside
node_modules
; but shouldn't it be listed explicitly in thepackages.json
's dependencies?Example:
package api uses db, but db is not inside package.json
packages/api/src/routers/context.ts
packages/api/package.json
The text was updated successfully, but these errors were encountered: