Spaces:
Running
Running
Deploy ea6a3d8 to Docker Space
Browse filesSource: 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-
|
| 5 |
-
"deploy_id": "
|
| 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-
|
| 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 |
|