Deno deploy support?
See original GitHub issueHowdy!
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:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
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 👍