question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Deno deploy support?

See original GitHub issue

Howdy!

I ran through quickly setting up a new sveltekit project, added the deno adapter and wanted to deploy it straight away into deno deploy but it came up with the following error:

TypeError: Deno.lstatSync is not a function
    at existsSync (https://deno.land/std@0.106.0/fs/exists.ts:19:14)
    at createServer (file:///src/dist/index.js:2229:31)
    at file:///src/dist/index.js:2266:16

Is supporting deno deploy a direction that ya’ll want to go in?

edit: Here’s a link to the project if you’d like to take a look

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
jpaquimcommented, Jan 14, 2022

Hey @DefinitelyMaybe! I have meanwhile migrated to oak from opine, which is well supported by Deno Deploy, and have a working example running 😄 https://svelte-adapter-deno.deno.dev

The deployed code is in this branch, but it’s just running build on the example demo-app and committing the result: https://github.com/pluvial/svelte-adapter-deno/tree/deno-deploy

0reactions
DefinitelyMaybecommented, Jan 16, 2022

OMGosh!!! amazing! thank you thank you thank you!

I can use this within a project I’ve got coming up

edit: well that was easy. deno deploys interface for deployments has had some nice UX changes since last I used it Top notch all round 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

Deno Deploy
Deno Deploy is a distributed system that runs JavaScript, TypeScript, and WebAssembly at the edge, worldwide. ... The service deeply integrates the V8...
Read more >
What Is Deno Deploy and How It Makes Distributed Apps Easily
Deno Deploy is one of the many serverless JavaScript computing platforms that lets developers deploy code without having to manage a server.
Read more >
An introduction to Deno Deploy | The JS runtimes - Medium
Deno Deploy is an application deployer & a stripped down runtime that is built over Deno. Deno Deploy supports a small subset of...
Read more >
docs/deployment.md | pogo@v0.6.0 - Deno
Deploying a Pogo app means uploading your code to another machine, typically a web ... Any hosting provider that supports Deno should work...
Read more >
Support Deno Deploy? · Issue #409 · alephjs/aleph.js - GitHub
Aleph applications won't work in Deno Deploy, but it would be a great opportunity to be compatible. denoland/deploy_feedback#98 (comment) ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found