This commit is contained in:
2025-10-05 13:50:18 +02:00
commit 41f083d69e
71 changed files with 17398 additions and 0 deletions

20
playground/package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "playground",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"generate": "pnpm exec zod-pocketbase"
},
"dependencies": {
"@11ty/eleventy-fetch": "^5.0.1",
"astro": "^5.1.1",
"es-toolkit": "^1.30.1",
"pocketbase": "<0.22.0",
"zod": "^3.24.1",
"zod-pocketbase": "workspace:*"
}
}