- Move Astro files from dealplustech-astro/ to project root - Update Dockerfile: PORT environment variable (default 80) - Add vite.config.ts with allowedHosts: true - Matches nixpacks behavior for Easypanel deployment - No hardcoded ports or domains
11 lines
290 B
JavaScript
11 lines
290 B
JavaScript
import { s as serialize } from './shared/ohash.D__AXeF1.mjs';
|
|
export { i as isEqual } from './shared/ohash.D__AXeF1.mjs';
|
|
import { digest } from 'ohash/crypto';
|
|
export { digest } from 'ohash/crypto';
|
|
|
|
function hash(input) {
|
|
return digest(serialize(input));
|
|
}
|
|
|
|
export { hash, serialize };
|