Update database/export.js

This commit is contained in:
Aleksandr Statciuk
2022-02-13 11:50:57 +03:00
parent 2a6b245d6a
commit 2cbc8ea326
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
const { logger, db, file } = require('../../core')
const _ = require('lodash')
const PUBLIC_DIR = process.env.PUBLIC_DIR || '.gh-pages'
const PUBLIC_DIR = process.env.PUBLIC_DIR || '.api'
async function main() {
await db.streams.load()