patrickalima98
patrickalima98
DDeno
Created by uncenter on 1/29/2025 in #help
Unable to update entrypoint configuration on Deno Deploy
Is not the best process, Yes! I'm using gitlab so i deploy by CI/CD manually
9 replies
DDeno
Created by uncenter on 1/29/2025 in #help
Unable to update entrypoint configuration on Deno Deploy
In settings you can Unlink your project and add again, By doing this will be able to select the entrypoint
9 replies
DDeno
Created by uncenter on 1/29/2025 in #help
Unable to update entrypoint configuration on Deno Deploy
No description
9 replies
DDeno
Created by uncenter on 1/29/2025 in #help
Unable to update entrypoint configuration on Deno Deploy
The project is working perfect: https://patrickalim-deno-deploy-78.deno.dev/
9 replies
DDeno
Created by uncenter on 1/29/2025 in #help
Unable to update entrypoint configuration on Deno Deploy
In UI for entrypoint i selected the src/main.ts
9 replies
DDeno
Created by uncenter on 1/29/2025 in #help
Unable to update entrypoint configuration on Deno Deploy
No description
9 replies
DDeno
Created by Roman on 12/30/2024 in #help
Setup simple prod ready Rest API project
You can check this tutorial: https://www.youtube.com/watch?v=J8kZ-s-5-ms
4 replies
DDeno
Created by Roman on 12/30/2024 in #help
Setup simple prod ready Rest API project
Hello, I've never used the Zed IDE. But for rest api you can use Hono for it: https://hono.dev/ It's very good for serverless platform like Deno Deploy or CF Workes. With Deno you can use too express, oak. https://docs.deno.com/examples/express_tutorial/
4 replies
DDeno
Created by kliuksas on 11/25/2024 in #help
Restoring from backup on Deno Deploy
Yes! That's what I think too
9 replies
DDeno
Created by BradMcA on 12/16/2024 in #help
DeployCTL deploy without getting a new github token every time?
You're welcome! If you need more help, I'll happy to help you!
4 replies
DDeno
Created by BradMcA on 12/16/2024 in #help
DeployCTL deploy without getting a new github token every time?
Hi @BradMcA , Can you generate deploy tokens for your organization? Org > Settings > Access Tokens With this token you can export in your terminal or OS Env Variables as DENO_DEPLOY_TOKEN . So Deployclt will use this automatically!
4 replies
DDeno
Created by kliuksas on 11/25/2024 in #help
Restoring from backup on Deno Deploy
I wold like to know too
9 replies
DDeno
Created by foobar on 7/2/2024 in #help
Share a data between multiple instances Deno Deploy
It's something I want to know too
8 replies
DDeno
Created by maverickdoge on 6/3/2024 in #help
installed deno, btu not working
Is this error in vscode?
10 replies
DDeno
Created by patrickalima98 on 1/10/2024 in #help
How to optimize imports on deno deploy?
This problem its not 100% for all locations. For example the first request of the day for us-east-4 and europe in general is acceptable. The main problem is in the south america
7 replies
DDeno
Created by patrickalima98 on 1/10/2024 in #help
How to optimize imports on deno deploy?
No description
7 replies
DDeno
Created by patrickalima98 on 1/10/2024 in #help
How to optimize imports on deno deploy?
Maybe you're right. I'll try do some lazy load for my handlers based in the route to see if I can get some result. Maybe it can help
7 replies
DDeno
Created by patrickalima98 on 1/10/2024 in #help
How to optimize imports on deno deploy?
No description
7 replies
DDeno
Created by patrickalima98 on 1/10/2024 in #help
How to optimize imports on deno deploy?
This is other big cold start:
7 replies
DDeno
Created by smail on 1/4/2024 in #help
drizzle orm for deno and sqlite?
Hi, the orm yes! Today, I'm using the sqlite and drizzle with deno for a small CMS in production. The Drizzle and sqlite (I'm using Turso) works very well with the node compability npm:drizzle-orm. The unique problem You'll have is with migrations (npm:drizzle-kit), because the drizzle migration is build with node workers where is not fully compatible with deno, you can see this comments where suggest a workaround to use very. https://github.com/denoland/deno/issues/19826
5 replies