pluvial / svelte-adapter-deno

A SvelteKit adapter for Deno
https://svelte-adapter-deno.deno.dev/
MIT License
313 stars 14 forks source link

Default deps.ts file is not included in the NPM package #3

Closed heliumbrain closed 2 years ago

heliumbrain commented 2 years ago

Hi again,

It seems like your NPM package does not include the default deps.ts that is in this repo. Following the instructions in the README fails on deno run since there is no deps.ts file to read from.

If I copy the deps.ts from the repo and add it to my project root before npm run build it gets picked up and copied over to the build folder.

Is this intended? If so, you might want to update the README to state that you need to create deps.tsyourself. If not, add it to the files section in package.json so it get's included in the NPM package.

heliumbrain commented 2 years ago

Just want to mention that after adding the deps.tsfile as mentioned in this issue and the fix in PR #2. Everything is working smoothly and the deno server is running fine 👍

jpaquim commented 2 years ago

Thanks for the heads up! I addressed it in a PR, and published a new version, hopefully it should work out of the box now!