Generate asset versions during Docker builds
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { api, protectedFetch } from "./api.js?v=20260730-release2";
|
||||
import { initSideNav, loadNavUser } from "./nav.js?v=20260730-release2";
|
||||
import { showToast } from "./toast.js?v=20260730-release2";
|
||||
import { wireWhyPanels } from "./why-panels.js?v=20260730-release2";
|
||||
import { api, protectedFetch } from "./api.js?v=__ASSET_VERSION__";
|
||||
import { initSideNav, loadNavUser } from "./nav.js?v=__ASSET_VERSION__";
|
||||
import { showToast } from "./toast.js?v=__ASSET_VERSION__";
|
||||
import { wireWhyPanels } from "./why-panels.js?v=__ASSET_VERSION__";
|
||||
import {
|
||||
SCORE_ATTRS,
|
||||
SCORE_LABELS,
|
||||
@@ -11,7 +11,7 @@ import {
|
||||
MAX_FLAVOR_TAGS,
|
||||
MAX_CUP_COUNT,
|
||||
computeTotalScore,
|
||||
} from "/shared/cupping.js?v=20260730-release2";
|
||||
} from "/shared/cupping.js?v=__ASSET_VERSION__";
|
||||
|
||||
const sessionId = new URLSearchParams(location.search).get("session");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user