Necmttn | Craftgen.ai
Necmttn | Craftgen.ai
DDeno
Created by Carere on 9/18/2023 in #help
Pretty new to Deno, what is the recommended way to create a monorepo-like in Deno ?
how is the imports are looks like ?
19 replies
DDeno
Created by Carere on 9/18/2023 in #help
Pretty new to Deno, what is the recommended way to create a monorepo-like in Deno ?
hmm
19 replies
DDeno
Created by Carere on 9/18/2023 in #help
Pretty new to Deno, what is the recommended way to create a monorepo-like in Deno ?
No description
19 replies
DDeno
Created by Carere on 9/18/2023 in #help
Pretty new to Deno, what is the recommended way to create a monorepo-like in Deno ?
any documentation to get start with it ?
19 replies
DDeno
Created by Carere on 9/18/2023 in #help
Pretty new to Deno, what is the recommended way to create a monorepo-like in Deno ?
Oh just saw bunch of workspace feature released with version 1.45
19 replies
DDeno
Created by Carere on 9/18/2023 in #help
Pretty new to Deno, what is the recommended way to create a monorepo-like in Deno ?
is there a WIP PR I can subscribe to?
19 replies
DDeno
Created by Necmttn | Craftgen.ai on 7/5/2024 in #help
Can not resolve types from npm:identifier with peerDependency
No description
9 replies
DDeno
Created by Necmttn | Craftgen.ai on 7/5/2024 in #help
Can not resolve types from npm:identifier with peerDependency
created a repo of test
9 replies
DDeno
Created by Necmttn | Craftgen.ai on 7/5/2024 in #help
Can not resolve types from npm:identifier with peerDependency
9 replies
DDeno
Created by Necmttn | Craftgen.ai on 7/5/2024 in #help
Can not resolve types from npm:identifier with peerDependency
The issue is due to peerdependecys not being installed or correlated to the package
9 replies
DDeno
Created by Necmttn | Craftgen.ai on 7/5/2024 in #help
Can not resolve types from npm:identifier with peerDependency
i see it's peer dependecy
9 replies
DDeno
Created by Necmttn | Craftgen.ai on 7/5/2024 in #help
Can not resolve types from npm:identifier with peerDependency
No description
9 replies
DDeno
Created by Necmttn | Craftgen.ai on 5/30/2024 in #help
Writing modules for multiple runtime ( Deno & browser ) + Monorepo setup?
^ The main reason for that hoop is. be able to run AI generated codes in a safe secure place.
8 replies
DDeno
Created by Necmttn | Craftgen.ai on 5/30/2024 in #help
Writing modules for multiple runtime ( Deno & browser ) + Monorepo setup?
I planning to use self hosted supabase/edge-runtime to run this events in the cloud.
8 replies
DDeno
Created by Necmttn | Craftgen.ai on 5/30/2024 in #help
Writing modules for multiple runtime ( Deno & browser ) + Monorepo setup?
little bit more context; in craftgen, i built an event-driven architecture powered by state actors. The same actors can run both in the browser & backend so I have 1:1 mapping of the actor.
8 replies
DDeno
Created by Necmttn | Craftgen.ai on 5/30/2024 in #help
Writing modules for multiple runtime ( Deno & browser ) + Monorepo setup?
so what I'm thinking right now is; try to publish my https://github.com/craftgen/craftgen/tree/main/apps/core as JSR package. and import in https://github.com/craftgen/craftgen/tree/main/apps/web as an npm package. instead of transpiling I'm doing right now; https://github.com/craftgen/craftgen/blob/main/apps/web/next.config.js#L14 perhaps this will complicate the debugging on the front end side.
8 replies
DDeno
Created by Necmttn | Craftgen.ai on 5/30/2024 in #help
Writing modules for multiple runtime ( Deno & browser ) + Monorepo setup?
Thank you for the pointer i will check it out
8 replies