Skip to content

Commit

Permalink
chore(vite-template): remove electron-squirrel-startup type define
Browse files Browse the repository at this point in the history
  • Loading branch information
caoxiemeihao authored and BlackHole1 committed Nov 8, 2024
1 parent 17a3b6b commit 94fdba5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/template/vite-typescript/tmpl/forge.env.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
/// <reference types="@electron-forge/plugin-vite/forge-vite-env" />

declare module 'electron-squirrel-startup' {
const started: boolean;
export = started;
}

0 comments on commit 94fdba5

Please sign in to comment.