chore(monorepo): get webpack to run something

This commit is contained in:
Elian Doran
2025-04-18 02:03:34 +03:00
parent 6b62bdef3c
commit 30214490f4
7 changed files with 909 additions and 15 deletions

View File

@@ -0,0 +1,3 @@
import packageJson from "../package.json" with { type: "json" };
export default `assets/v${packageJson.version}`;