Multi-build support; tested successfully for Electron

This commit is contained in:
Matthew Raymer
2025-01-07 09:40:31 +00:00
parent 8b77d2b573
commit ff4e23517b
75 changed files with 29022 additions and 24052 deletions

View File

@@ -5,7 +5,7 @@
import { createAvatar, StyleOptions } from "@dicebear/core";
import { avataaars } from "@dicebear/collection";
import { Vue, Component, Prop } from "vue-facing-decorator";
import { Contact } from "@/db/tables/contacts";
import { Contact } from "../db/tables/contacts";
@Component
export default class EntityIcon extends Vue {