Replies: 1 comment
-
|
Interesting questions @wchorski, pnpm At this time I don't have any universal instructions for how to use the examples as starter templates, but maybe that could be an option for using the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been building with framework-nextjs-app-directory and was looking to upgrade it's packages, inline with Keystone's framework.
I see now they use
pnpmto manage packages and a bit confused on theworkspaceandcatalognamespaces inside the framework'spackage.jsonBefore
Before there was no
pnpm. The framework'spackage.jsonwas easily portable over to a local directory where I could runnpm i, remove stuff like"@preconstruct/next": "^4.0.0",, and start buildingHow to initialize a framework?
How would I initialize a framework in my own repo where
framework-nextjs-app-directoryis the root directory? I understand how to work inside thekeystonemonorepo to build the app, but I would like to commit to a personal repo my changes.How to update framework?
Also how would I go about update these packages when Keystone updates the framework?
Beta Was this translation helpful? Give feedback.
All reactions