This commit is contained in:
2025-12-07 05:32:35 +01:00
commit 72fc26944b
23 changed files with 1781 additions and 0 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "albert.lol",
"type": "module",
"version": "6",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "5.16.4"
}
}