abaga129 / sveltekit-adapter-iis

15 stars 5 forks source link

# Fixes failed build when no .env file exists #14

Closed ieedan closed 8 months ago

ieedan commented 8 months ago

Fixes failed build when no .env file exists

Most kit projects will have a .env file but by default they do not init with one and it isn't required to build.

Before when no .env provided: image

Now: image

abaga129 commented 8 months ago

Thanks for catching and fixing this! I've merged it and published it as v1.2.4