start server in both dev and when packaged

This commit is contained in:
Jeffrey Morgan
2023-07-10 13:46:31 -07:00
parent 2d49197b3b
commit 66bbf05918
2 changed files with 33 additions and 50 deletions

View File

@@ -4,8 +4,6 @@ import Store from 'electron-store'
const store = new Store()
console.log(process.env)
export const analytics = new Analytics({ writeKey: process.env.TELEMETRY_WRITE_KEY || '<empty>' })
export function id(): string {