Fix start-dev.sh: start root server first, then remove stefankoelle from ignore

This commit is contained in:
2026-09-11 21:15:30 +02:00
parent d18fba6f4d
commit 73f2eef8f9
2 changed files with 14 additions and 2 deletions
-1
View File
@@ -88,7 +88,6 @@ module.exports = function (eleventyConfig) {
input: ".",
includes: "shared/_includes",
output: "dist/moonweb",
excludes: ["stefankoelle", "timecapsule"],
},
serverOptions: {
host: "0.0.0.0",