Notes/apps/client/src/asset_path.ts

4 lines
115 B
TypeScript
Raw Normal View History

import packageJson from "../package.json" with { type: "json" };
export default `assets/v${packageJson.version}`;