amical/apps/desktop/forge.env.d.ts

6 lines
140 B
TypeScript

/// <reference types="@electron-forge/plugin-vite/forge-vite-env" />
declare module "*?url" {
const url: string;
export default url;
}