chore: worker cleanup
This commit is contained in:
parent
8b2648f23f
commit
3aadaeb741
10 changed files with 464 additions and 425 deletions
|
@ -4,7 +4,7 @@
|
|||
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
||||
"type": "module",
|
||||
"engines": {
|
||||
"node": "22.x"
|
||||
"node": "20.x"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "eleventy --serve",
|
||||
|
@ -36,7 +36,7 @@
|
|||
"@11ty/eleventy": "v3.0.0",
|
||||
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
||||
"@cdransf/eleventy-plugin-tabler-icons": "^2.0.3",
|
||||
"@supabase/supabase-js": "^2.45.4",
|
||||
"@supabase/supabase-js": "^2.45.5",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"cssnano": "^7.0.6",
|
||||
"dotenv-flow": "^4.1.0",
|
||||
|
|
Reference in a new issue