fix: lint
This commit is contained in:
@@ -4,10 +4,11 @@ import {
|
|||||||
resolveFolderRemoteDir
|
resolveFolderRemoteDir
|
||||||
} from "../utils/ssh.ts"
|
} from "../utils/ssh.ts"
|
||||||
|
|
||||||
export const BACKUP_HOUR = process.env.BACKUPS_HOUR
|
|
||||||
import {process} from "std-env";
|
import {process} from "std-env";
|
||||||
import backupOptions from "../config/backup-options.json"
|
import backupOptions from "../config/backup-options.json"
|
||||||
|
|
||||||
|
export const BACKUP_HOUR = process.env.BACKUPS_HOUR
|
||||||
|
|
||||||
type BackupTarget = {
|
type BackupTarget = {
|
||||||
name: string
|
name: string
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user