-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deno.json workspace support for Deno 2 #22942
Comments
Adding for completeness: I think the setup in Fresh is a bit odd given that the website is located inside the folder structure of Fresh itself. <repo>/ # <- Fresh source here
www/ # <- inside fresh/ folder I would assume that we would switch to a each having their own directory when moving to workspaces: <repo>/
/fresh
/www The more important thing for me is if shared dependencies are properly hoisted to the top level workspaces folder to make deduplication work properly. |
When implementing this we should move as much code as possible to |
Closing this as this will be released in Deno 1.45. Still pending documentation, but that will be completed later today. |
Amazing! Can't wait to try it out |
Tracking issue for unstable workspaces:
package.json
in context of Deno workspace #24163deno install
withDENO_FUTURE=1
when in a workspace context #24162The text was updated successfully, but these errors were encountered: