Skip to content

Commit

Permalink
style: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zwave-js-bot committed Nov 27, 2023
1 parent f09f603 commit 316ecdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/config/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ config({ path: './.env.app' })
// config/app.js
export const title: string = 'Z-Wave JS UI'
export const storeDir: string = process.env.STORE_DIR || joinPath(true, 'store')
export const logsDir: string = process.env.ZWAVEJS_LOGS_DIR || joinPath(storeDir, 'logs')
export const logsDir: string =
process.env.ZWAVEJS_LOGS_DIR || joinPath(storeDir, 'logs')
export const snippetsDir: string = joinPath(storeDir, 'snippets')

export const tmpDir: string = joinPath(storeDir, '.tmp')
Expand Down

0 comments on commit 316ecdb

Please sign in to comment.