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

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:31:55.855Z",
5
- "deploy_id": "69b2bbc0-357a-4ed1-9882-e856190f7ff8"
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
  }
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:31:55.855Z","deploy_id":"69b2bbc0-357a-4ed1-9882-e856190f7ff8"} 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-26T04:57:36.119Z","deploy_id":"078af600-9065-40e9-8420-f70d2538a98b"} as const;
4
 
5
  export const dynamic = 'force-dynamic';
6