Update to Eleventy v3 #11

Merged
wonderfulfrog merged 56 commits from feat/11ty-v3 into main 2025-01-27 18:23:38 -08:00
Showing only changes of commit 6ae45909e2 - Show all commits

View file

@ -7,9 +7,9 @@
"license": "MIT",
"type": "module",
"scripts": {
"debug": "DEBUG=Eleventy* eleventy --serve --watch",
"start": "eleventy --serve --watch --quiet",
"build": "eleventy"
"debug": "DEBUG=Eleventy* npx @11ty/eleventy",
"start": "npx @11ty/eleventy --serve --quiet",
"build": "npx @11ty/eleventy"
},
"devDependencies": {
"@11ty/eleventy": "^3.0.0",