Spaces:
Running
Running
Deploy 34af419 to Docker Space
Browse filesSource: MisonL/gpt-image-playground-customer@34af419d1e35b93f1874ba494453e0fab7ea54fe
public/hf-space-deploy-marker.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"schema_version": 1,
|
| 3 |
"local_sha": "34af419d1e35b93f1874ba494453e0fab7ea54fe",
|
| 4 |
-
"created_at": "2026-06-26T04:
|
| 5 |
-
"deploy_id": "
|
| 6 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"schema_version": 1,
|
| 3 |
"local_sha": "34af419d1e35b93f1874ba494453e0fab7ea54fe",
|
| 4 |
+
"created_at": "2026-06-26T04:16:58.654Z",
|
| 5 |
+
"deploy_id": "7b7060f1-6b51-4c0a-abd1-2271c2b94d76"
|
| 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":"34af419d1e35b93f1874ba494453e0fab7ea54fe","created_at":"2026-06-26T04:
|
| 4 |
|
| 5 |
export const dynamic = 'force-dynamic';
|
| 6 |
|
|
|
|
| 1 |
import { NextResponse } from 'next/server';
|
| 2 |
|
| 3 |
+
const deployMarker = {"schema_version":1,"local_sha":"34af419d1e35b93f1874ba494453e0fab7ea54fe","created_at":"2026-06-26T04:16:58.654Z","deploy_id":"7b7060f1-6b51-4c0a-abd1-2271c2b94d76"} as const;
|
| 4 |
|
| 5 |
export const dynamic = 'force-dynamic';
|
| 6 |
|