More stuff

This commit is contained in:
MotorTruck1221
2025-03-17 22:47:22 -06:00
parent 61aac63274
commit 6b09a5350e
3 changed files with 252 additions and 4 deletions
+7 -2
View File
@@ -9,12 +9,17 @@
"astro": "astro"
},
"dependencies": {
"astro": "^5.5.2"
"@astrojs/node": "^9.1.3",
"@titaniumnetwork-dev/ultraviolet": "^3.2.10",
"astro": "^5.5.2",
"wisp-server-node": "^1.1.7"
},
"pnpm": {
"onlyBuiltDependencies": [
"bufferutil",
"esbuild",
"sharp"
"sharp",
"utf-8-validate"
]
}
}