Add local routing rules to Harbor
This commit is contained in:
@@ -3,7 +3,7 @@ import fs from 'node:fs';
|
||||
import path from 'node:path';
|
||||
import { normalizeStoredState } from '../../shared/contracts/state.js';
|
||||
|
||||
export const STATE_SCHEMA_VERSION = 1;
|
||||
export const STATE_SCHEMA_VERSION = 2;
|
||||
|
||||
const clone = (value) => structuredClone(value);
|
||||
const stamp = (value) => value.toISOString().replace(/[:.]/g, '-');
|
||||
|
||||
Reference in New Issue
Block a user