chore: Tina kentzen du eta pnpm erabiltzen du

This commit is contained in:
2025-11-03 10:33:34 +01:00
parent 448a37172e
commit 141e78931e
14 changed files with 3486 additions and 20100 deletions

View File

@@ -3,9 +3,8 @@
"version": "0.0.6",
"private": true,
"scripts": {
"dev": "npx tinacms dev -c \"astro dev\"",
"start": "astro dev",
"build": "tinacms build && astro build",
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
@@ -15,9 +14,5 @@
"astro": "^5.13.6",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1"
},
"dependencies": {
"@tinacms/cli": "^1.10.2",
"tinacms": "^2.8.2"
}
}