abaga129 / sveltekit-adapter-iis

15 stars 5 forks source link

Fixes #15 Adds all iisnode properties to adapter options #17

Closed ieedan closed 9 months ago

ieedan commented 9 months ago

EDIT:

ieedan commented 9 months ago

Also bumped version to 1.2.5

abaga129 commented 9 months ago

Thanks for the PR! I should have time to look over it tomorrow.

KraXen72 commented 9 months ago

might be a good idea to extract all the lockfile filenames into an array and use a for of loop to call the copy command on them.

ieedan commented 9 months ago

might be a good idea to extract all the lockfile filenames into an array and use a for of loop to call the copy command on them.

Yeah I can do that rq.

ieedan commented 9 months ago

might be a good idea to extract all the lockfile filenames into an array and use a for of loop to call the copy command on them.

Maybe also add an optional parameter for package manager

ieedan commented 9 months ago

@KraXen72 let me know what you think

ieedan commented 9 months ago

Okay if there isn't anything else I'm done with my changes

KraXen72 commented 9 months ago

@abaga129 can i merge?

abaga129 commented 9 months ago

@KraXen72 yeah it looks good to me as well!

abaga129 commented 9 months ago

I've published this as v1.2.5. Thanks!