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
+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",