Closed jbmoelker closed 4 years ago
This way, if distDir is changed inside elder.config.js, the server automatically serves static files from the new distDir.
distDir
elder.config.js
We'll also need to update the Layout.svelte to account for the change, but will do after merge.
Whoops, I was wrong. This is great, thank you.
This way, if
distDir
is changed insideelder.config.js
, the server automatically serves static files from the newdistDir
.