update packages
Build and Deploy / build-and-deploy (push) Failing after 7m1s

This commit is contained in:
2026-05-04 06:41:17 +02:00
parent 46f73af791
commit b560bba6ff
3 changed files with 4480 additions and 4268 deletions
+4470 -4259
View File
File diff suppressed because it is too large Load Diff
+6 -6
View File
@@ -11,15 +11,15 @@
},
"dependencies": {
"@astrojs/check": "^0.9.9",
"@astrojs/mdx": "^4.3.13",
"@astrojs/mdx": "^5.0.4",
"@tailwindcss/vite": "^4.2.4",
"@tinacms/cli": "^2.1.2",
"@tinacms/cli": "^2.2.5",
"@tinacms/datalayer": "^2.0.18",
"astro": "^5.16.16",
"express": "^4.19.0",
"astro": "^6.2.1",
"express": "^5.2.1",
"mongodb-level": "^0.0.4",
"next": "^14.2.0",
"next-auth": "^4.24.7",
"next": "^15.5.15",
"next-auth": "^4.24.14",
"tailwindcss": "^4.2.4",
"tinacms": "^3.7.5",
"tinacms-authjs": "^21.0.5",
+4 -3
View File
@@ -1,9 +1,9 @@
// tina/config.ts
import { defineConfig } from "tinacms";
import { UsernamePasswordAuthJSProvider, TinaUserCollection } from "tinacms-authjs/dist/tinacms";
var config_default = defineConfig({
branch: process.env.TINA_BRANCH || "main",
clientId: process.env.TINA_CLIENT_ID || "",
token: process.env.TINA_TOKEN || "",
contentApiUrlOverride: "/api/tina/gql",
authProvider: new UsernamePasswordAuthJSProvider(),
build: {
outputFolder: "admin",
publicFolder: "public"
@@ -17,6 +17,7 @@ var config_default = defineConfig({
},
schema: {
collections: [
TinaUserCollection,
{
name: "post",
label: "Blog Posts",