Sheik
Running Angular SSR on Deno Deploy
run the following command:
node dist/<name>/server/server.mjs
and if I try to run it directly with Deno I get the following error:
deno run -A dist/<name>/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").
7 replies
What to do if they are attacking a project of mine?
Hello! I very much appreciate the time you are dedicating to your responses.
Although I personally only use Deno for hobby projects, I would like to reset part of the quota (I don't usually exceed 200 requests per month). I can't find how I can contact via support, could you tell me how to open a ticket?
22 replies
Svelte/SvelteKit support in 2024
Deno Deploy deploys a SlvelteKit application, ideally you develop it locally with Vite and deploy it with the build that generates a GithubAction.
Example: https://github.com/rroblf01/svelte-kit-example
In my experience, everything has worked correctly for me in Deno Deploy, although I have not done anything complicated either.
2 replies