abaga129 / sveltekit-adapter-iis

15 stars 5 forks source link

First build with adapter will fail due to missing .svelte-kit/adapter-iis directory #3

Closed abaga129 closed 9 months ago

abaga129 commented 10 months ago

.svelte-kit/adapter-iis needs to either be created before cleaning up the output directory or skipped if it doesnt exist.

KraXen72 commented 10 months ago

it creates it for me i think? but no harm in a mkdirSync

KraXen72 commented 10 months ago

also, the readme should probably be updated to first recommend installing from npm, and not my fork xdd

abaga129 commented 9 months ago

Good point. I updated the README and I fixed this issue. Maybe its something different depending on environment? I know that if I deleted the .svelte-kit directory, it would cause the adapter to fail until I manually created the directory.