mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 10:00:05 -04:00
Create /tmp directory
This commit is contained in:
parent
3f5b98de81
commit
fa47e80a8f
5 changed files with 4 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
const nedb = require('nedb-promises')
|
||||
const file = require('./file')
|
||||
|
||||
const DB_DIR = process.env.DB_DIR || './scripts/database'
|
||||
const DB_DIR = process.env.DB_DIR || './scripts/tmp/database'
|
||||
|
||||
class Database {
|
||||
constructor(filepath) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue