Migrate to pnpm and add Appwrite function auto-deployment

Co-authored-by: FranP-code <76450203+FranP-code@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-08-25 21:18:55 +00:00
parent 976ca2442a
commit 9adb0704da
15 changed files with 515 additions and 10076 deletions

View File

@@ -8,7 +8,9 @@
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
"astro": "astro",
"deploy:functions": "./scripts/deploy-appwrite-functions.sh",
"setup:appwrite": "appwrite init project"
},
"dependencies": {
"@ai-sdk/google": "^1.2.19",
@@ -44,7 +46,6 @@
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"appwrite": "^16.0.2",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@vercel/analytics": "^1.5.0",