Adjust to new webserver requirements #11

Manually merged
tlater merged 2 commits from tlater/404 into master 2022-08-16 23:46:37 +01:00
Showing only changes of commit 5bb1f4386a - Show all commits

View file

@ -70,7 +70,7 @@ scripts:
watch: parcel watch --no-autoinstall
# Production build
build-dist: parcel build --no-cache --no-autoinstall && rename '.html' '.html.hbs' dist/*.html
build-dist: parcel build --no-cache --no-autoinstall
# Checks
check: tsc --noEmit