Initial production backup

This commit is contained in:
Tesscorp
2026-07-15 19:45:00 -06:00
commit 770f84940c
52 changed files with 6591 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "beneficial-binary",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^6.2.2"
}
}