de4fcf9a4c
* fix(auth): safe guard file upload bytes used to be positive intiger * feat: add procedure for recalculating file quota for user * add more meta to logs
11 lines
317 B
JavaScript
11 lines
317 B
JavaScript
'use strict'
|
|
|
|
const path = require('path')
|
|
|
|
const pnp = require(path.normalize(path.resolve(__dirname, '../../..', '.pnp.cjs'))).setup()
|
|
|
|
const index = require(path.normalize(path.resolve(__dirname, '../dist/bin/fix_quota.js')))
|
|
|
|
Object.defineProperty(exports, '__esModule', { value: true })
|
|
|
|
exports.default = index
|