chore: update deps
This commit is contained in:
parent
0c728b1558
commit
98cfb9c6c1
5 changed files with 20 additions and 10 deletions
|
@ -3,6 +3,9 @@
|
|||
"version": "1.1.1",
|
||||
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
||||
"type": "module",
|
||||
"engines": {
|
||||
"node": "22.x"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "eleventy --serve",
|
||||
"start:quick": "eleventy --serve --incremental --ignore-initial",
|
||||
|
|
Reference in a new issue