mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 06:27:19 +01:00
default to local pdf-store
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const storeDir = process.env.JSON_STORE || '/tmp/pdfer-store/'
|
||||
const storeDir = process.env.JSON_STORE || './pdfer-store/'
|
||||
|
||||
import { promisify } from 'util'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user