client start

This commit is contained in:
2025-05-08 23:44:20 +02:00
parent 4574544c9f
commit abf864d98b
13 changed files with 365 additions and 0 deletions

14
client/package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "client",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^5.7.12"
}
}