Skip to content

Commit

Permalink
fix: add define
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Jul 18, 2024
1 parent f776731 commit 8fafd72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions electron.vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ export default defineConfig({
APP_NAME: JSON.stringify(pkg.name),
APP_DEV_CWD: JSON.stringify(process.cwd()),
GIT_COMMIT_SHA: JSON.stringify(getGitHash()),

DEBUG: process.env.DEBUG === "true",
},
},
})

0 comments on commit 8fafd72

Please sign in to comment.