dedup by commit hash too

This commit is contained in:
Toshit Chawda 2025-01-31 20:13:30 -08:00
parent a7f563bd6c
commit 6f085c51cc
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D

View file

@ -2,7 +2,7 @@ import epoxyInit, { EpoxyClient, EpoxyClientOptions, info as epoxyInfo } from "@
import { settings } from "./store"; import { settings } from "./store";
import { WebSocketStream } from "./loggingws"; import { WebSocketStream } from "./loggingws";
export let epoxyVersion = epoxyInfo.version; export let epoxyVersion = epoxyInfo.version + epoxyInfo.commit + epoxyInfo.release;
const EPOXY_PATH = "/epoxy/epoxy.wasm"; const EPOXY_PATH = "/epoxy/epoxy.wasm";