Files
klz-cables.com/.pnpm-store/v10/files/10/542b726a158fd605dffb3a059370600544973dc3dfd86a8e9baac282d10e94a94cb86f03d122910576adf386b77b29adfa8d9ef01544cf9ade330d6151c9af
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

9 lines
215 B
Plaintext

import { entityKind } from "../entity.js";
import { View } from "../sql/sql.js";
class PgViewBase extends View {
static [entityKind] = "PgViewBase";
}
export {
PgViewBase
};
//# sourceMappingURL=view-base.js.map