fro.profesional
fro.profesional
DDeno
Created by HewloThere on 12/19/2024 in #help
"Publishing" deno packages to a web accessible S3 and resolve deno.json workspace members?
I think you will need to make it more like a cdn serving the files and you cannot use deno.json since would be imported as http module So maybe for publishing you can bundle your deno code into one single file using something like https://jsr.io/@kt3k/pack
2 replies
DDeno
Created by avem on 12/3/2024 in #help
Worried about cold start
Did you try on #deploy™ ?
12 replies
DDeno
Created by STILLWATER on 10/12/2024 in #help
Cannot run existing Nextjs App
You can only run nextjs that are esm not commonjs, meaning if u have a require(“..”) is not gonna work Try with a new app that by default are esm only now
3 replies
DDeno
Created by ink on 10/9/2024 in #help
Run Nest.js with Deno2.0
Hopefully, in the future, we can scaffold an app using the NestJS CLI Although I think it would be a matter of adding the dependencies to the deno.json? I'll try that later
17 replies
DDeno
Created by Sheik on 9/5/2024 in #help
Deno and NestJs
I have a repro for deno v2 and nestjs https://github.com/fro-profesional/deno-2-nestjs
4 replies
DDeno
Created by VENIVERSVM on 9/12/2024 in #help
Can use Deno to create a NestJs or Angular project?
3 replies
DDeno
Created by ink on 10/9/2024 in #help
Run Nest.js with Deno2.0
17 replies
DDeno
Created by ink on 10/9/2024 in #help
Run Nest.js with Deno2.0
I think I got it working following this https://uptownhr.com/blog/nest-on-deno/ I'm creating a repro
17 replies
DDeno
Created by ink on 10/9/2024 in #help
Run Nest.js with Deno2.0
You are right 🤔
console.log(Deno)
^
ReferenceError: Deno is not defined
console.log(Deno)
^
ReferenceError: Deno is not defined
17 replies
DDeno
Created by j3pl on 10/9/2024 in #help
"Too many open files" running an Astro app with Deno 2.0
If u install with other package manager like pnpm/npm and then run with deno, the same thing happends?
2 replies
DDeno
Created by ink on 10/9/2024 in #help
Run Nest.js with Deno2.0
I tried directly with deno and did not work deno -A npm:@nestjs/cli new deno-2-nestjs So for more complex scenarios (like this one, running nestjs) we have to use a know package manager like npm, pnpm and use deno run the app, does that make sense?
17 replies
DDeno
Created by ink on 10/9/2024 in #help
Run Nest.js with Deno2.0
@ink This worked for me pnpx @nestjs/cli new deno-2-nestjs and I chosed pnpm for install After that cd into the project and run deno task dev and should work!
17 replies
DDeno
Created by Mqx on 9/13/2024 in #help
Using SolidJS with Deno
Can u share repro?
14 replies
DDeno
Created by Tal Mikey on 7/27/2024 in #help
Deno express typescript is not working
There seems to be a version mist match from express and types?
7 replies
DDeno
Created by Sheik on 7/14/2024 in #help
Running Angular SSR on Deno Deploy
If inside the task u are using node to run the file then is not deno right?
7 replies
DDeno
Created by Sheik on 7/14/2024 in #help
Running Angular SSR on Deno Deploy
Then why do u mean by “when I run it locally with deno” U are using node…
7 replies
DDeno
Created by Sheik on 7/14/2024 in #help
Running Angular SSR on Deno Deploy
What does the task do?
7 replies
DDeno
Created by nandi on 6/20/2024 in #help
Why does Deno Deploy give you two urls
One is the url of the deployment and the other is latest one after each new deployment
3 replies
DDeno
Created by jordanreger on 6/17/2024 in #help
onClick not staying with preact-render-to-string?
Maybe that can help
9 replies
DDeno
Created by jordanreger on 6/17/2024 in #help
onClick not staying with preact-render-to-string?
9 replies