mirror of
https://github.com/Nezumi-2711/onedrive-vercel-index.git
synced 2026-09-22 13:38:45 +00:00
check kv store path on deployment
This commit is contained in:
@@ -5,6 +5,8 @@ import os from 'os'
|
|||||||
import Keyv from 'keyv'
|
import Keyv from 'keyv'
|
||||||
import { KeyvFile } from 'keyv-file'
|
import { KeyvFile } from 'keyv-file'
|
||||||
|
|
||||||
|
console.log(`${os.tmpdir()}/od-auth-token.json`)
|
||||||
|
|
||||||
const kv = new Keyv({
|
const kv = new Keyv({
|
||||||
store: new KeyvFile({
|
store: new KeyvFile({
|
||||||
filename: `${os.tmpdir()}/od-auth-token.json`,
|
filename: `${os.tmpdir()}/od-auth-token.json`,
|
||||||
|
|||||||
Reference in New Issue
Block a user