Skip to content

Commit

Permalink
chore(code):format
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcnk committed Sep 1, 2024
1 parent 1600068 commit 4917761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/extension/manifest.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import packageJson from "./package.json" with { type: "json" }

const isDevMode = process.env.VITE_APP_DEV_MODE === 'true';
const isDevMode = process.env.VITE_APP_DEV_MODE === "true"

export const manifest: chrome.runtime.ManifestV3 = {
manifest_version: 3,
Expand Down

0 comments on commit 4917761

Please sign in to comment.