-
Notifications
You must be signed in to change notification settings - Fork 647
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
Improve Deno Fresh Documentation with Deno Workspace Examples #2740
Comments
Go for it 👍 |
Steps to get fresh working as a sub - workspace. For example, if fresh was installed in
To the following files
|
I managed to get fresh 2.0-alpha working with workspace as well,
example repo here: https://github.com/shanipribadi/spikefresh the store package has drizzle orm implementation that works as well in a workspace and is imported from the fresh package, although with a bit of a hack for the tests (drizzle-kit/api didn't work, so I had to write a Deno.Command wrapper to execute drizzle-kit cli for migration during tests). also had to use npm:dotenv for drizzle.config.ts, but on the main app/lib I can use @std/env instead. |
Description:
The current Deno Fresh documentation is a great starting point, but additional guidance on integrating Deno workspaces into Fresh projects would be beneficial. Many developers are facing challenges when trying to manage dependencies and organize code within their Fresh applications using workspaces.
Specific Suggestions:
Dedicated Workspace Guide:
Expanded API Reference:
Real-world Example Projects:
Benefits:
I'm eager to contribute to the documentation by providing code examples, writing tutorials, or reviewing pull requests.
Context
The text was updated successfully, but these errors were encountered: