misonL commited on
Commit
30346a3
·
verified ·
1 Parent(s): 2c9b30e

Deploy ea6a3d8 to Docker Space

Browse files

Source: MisonL/gpt-image-playground-customer@ea6a3d8444044cb6d5357f63688e29b8448df8c1

public/hf-space-deploy-marker.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "schema_version": 1,
3
  "local_sha": "ea6a3d8444044cb6d5357f63688e29b8448df8c1",
4
- "created_at": "2026-06-26T04:57:36.119Z",
5
- "deploy_id": "078af600-9065-40e9-8420-f70d2538a98b"
6
  }
 
1
  {
2
  "schema_version": 1,
3
  "local_sha": "ea6a3d8444044cb6d5357f63688e29b8448df8c1",
4
+ "created_at": "2026-06-26T08:40:21.663Z",
5
+ "deploy_id": "6abe5272-c17b-447f-8990-e37a807c71aa"
6
  }
src/app/api/deploy-marker/route.ts CHANGED
@@ -1,6 +1,6 @@
1
  import { NextResponse } from 'next/server';
2
 
3
- const deployMarker = {"schema_version":1,"local_sha":"ea6a3d8444044cb6d5357f63688e29b8448df8c1","created_at":"2026-06-26T04:57:36.119Z","deploy_id":"078af600-9065-40e9-8420-f70d2538a98b"} as const;
4
 
5
  export const dynamic = 'force-dynamic';
6
 
 
1
  import { NextResponse } from 'next/server';
2
 
3
+ const deployMarker = {"schema_version":1,"local_sha":"ea6a3d8444044cb6d5357f63688e29b8448df8c1","created_at":"2026-06-26T08:40:21.663Z","deploy_id":"6abe5272-c17b-447f-8990-e37a807c71aa"} as const;
4
 
5
  export const dynamic = 'force-dynamic';
6