Sheik
Sheik
DDeno
Created by Sheik on 10/4/2024 in #help
I would like to integrate Cloudflare DDOS attack prevention into Deno Deploy
How can Cloudflare's anti-DDOS system be integrated into Deno Deploy?
2 replies
DDeno
Created by Sheik on 9/5/2024 in #help
Deno and NestJs
When trying to run the build of a NestJS application I get this error
[sheik@archlinux dist]$ deno --version
deno 1.46.3 (stable, release, x86_64-unknown-linux-gnu)
v8 12.9.202.5-rusty
typescript 5.5.2
[sheik@archlinux dist]$ deno run -A main.js
error: Uncaught (in promise) ReferenceError: exports is not defined
Object.defineProperty(exports, "__esModule", { value: true });
^
at file:///home/sheik/Documentos/project-name/dist/main.js:2:23
[sheik@archlinux dist]$ deno --version
deno 1.46.3 (stable, release, x86_64-unknown-linux-gnu)
v8 12.9.202.5-rusty
typescript 5.5.2
[sheik@archlinux dist]$ deno run -A main.js
error: Uncaught (in promise) ReferenceError: exports is not defined
Object.defineProperty(exports, "__esModule", { value: true });
^
at file:///home/sheik/Documentos/project-name/dist/main.js:2:23
3 replies
DDeno
Created by Sheik on 8/23/2024 in #help
Angular SSR Deno
I'm trying to run Angular ssr with Deno, but I get the following error. deno run -A dist/deno-angular/server/server.mjs error: Relative import path "fs/promises" not prefixed with / or ./ or ../ If you want to use a built-in Node module, add a "node:" prefix (ex. "node:fs/promises"). at file:///home/sheik/Documents/deno-angular/dist/deno-angular/server/server.mjs:105:1275 Do you know if there is a way to fix this?
21 replies
DDeno
Created by Sheik on 7/14/2024 in #help
Running Angular SSR on Deno Deploy
I have an Angular application with SSR, and when I run it locally with Deno, it runs without any problem, but I don't know how to host my application in Deno Deploy. To run Angular with SSR with Deno, I would have to do deno task serve:ssr:<name> How could I run that in Deno Deploy using Github Actions?
7 replies
DDeno
Created by Sheik on 6/24/2024 in #help
Problem with www.
No description
2 replies
DDeno
Created by Sheik on 4/24/2024 in #help
'Deno.exit' is not allowed in this context.
No description
5 replies
DDeno
Created by Sheik on 4/10/2024 in #help
Github Actions file_server with headers
Hello, I have my portfolio deployed in deno deploy (developed in Angular and I use Github Actions for the bundle and deploy), and I was interested in adding the header to my deploy.yml of my github actions Cache-Control: max-age=336000 locally I can use deno run -A https://deno.land/std@0.217.0/http/file_server.ts -H "Cache-Control: max-age=336000" but in a github action I can't use - name: Upload to Deno Deploy uses: denoland/deployctl@v1 with: project: "ricardorobles" entrypoint: "https://deno.land/std@0.217.0/http/file_server.ts -H 'Cache-Control: max-age=2592000'" Does anyone know how I can add that header?
3 replies
DDeno
Created by Sheik on 3/25/2024 in #help
Have the Deno deploy templates disappeared?
Good morning, I can't find https://dash.deno.com/new from the account dashboard panel. Are the templates going to be removed?
2 replies
DDeno
Created by Sheik on 3/12/2024 in #help
What to do if they are attacking a project of mine?
No description
22 replies
DDeno
Created by Sheik on 2/9/2024 in #help
Deno does not deliver all the information with the EventSource
No description
6 replies
DDeno
Created by Sheik on 1/25/2023 in #help
Integrate Twin to Svelte+Vite+Deno as Fresh
Is there any way to integrate the use of Twind into the Stelte+Vite+Deno project as Fresh does? That is, to be able to use class="flex sm:justify-center items-center ..."
1 replies