svelte-adapter-deno icon indicating copy to clipboard operation
svelte-adapter-deno copied to clipboard

A SvelteKit adapter for Deno

Results 11 svelte-adapter-deno issues
Sort by recently updated
recently updated
newest added

Hello, I'm tried to build my apps with latest sveltekit and get this error : ``` > Using svelte-adapter-deno error during build: Error: writeStatic has been removed. Please ensure you...

`[WARNING] Import "dirname" will always be undefined because the file ".svelte-kit/deno/deps.ts" has no exports [import-is-undefined] .svelte-kit/deno/index.js:1:9: 1 │ import { dirname, fromFileUrl, join, exists, Application } from './deps.ts'; ╵ ~~~~~~~...

I have an app in sveltekit and I used to build with node adapter. Now I want to chance to deno, and the adapter hays "builder.getBuildDirectory" when I try to...

_Feel free to close if this is considered off-topic._ Can you offer any guidance on how to setup SvelteKit in such a way as to run builds with Deno but...

```bash ... npm ERR! dev @sveltejs/kit@"^2.0.0" from the root project ... npm ERR! peer @sveltejs/kit@"^1.0.0" from [email protected] ... ```

``` If you want to use a built-in Node module, add a "node:" prefix (ex. "node:assert"). at file:////sveltekit/server/chunks/firebaseAdmin-918fac7a.js:20:26 const module = await import('./hooks.server-8f6f964b.js'); ``` I get this error after building...

Hi, I tried using the adapter and push my code to deno deploy but I'm getting this error when loading the published site : ``` TypeError: Dynamic import is not...

After building, running my Sveltekit project with `deno run --allow-env --allow-read --allow-net build/index.js` fails with ``` error: Uncaught Error: Dynamic require of "fs" is not supported throw new Error('Dynamic require...

Allow for a rollup config hook so we can change the rollup config. I needed this feature because `graphql.js` seems to export esm with `process.env.NODE_ENV` checks. So simply adding ```js...

This allows users to change the rollup config. For example they can add extra rollup plugins or change the existing behaviour of the default plugins. closes #41