test dth node workflow without docker build dependencies

This commit is contained in:
mahula 2023-03-16 11:07:59 +01:00
parent 8b734ddc89
commit 1c426db68d

View File

@ -1,6 +1,8 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
/* eslint-disable @typescript-eslint/explicit-module-boundary-types */
// TEST
import CONFIG from '@/config'
import connection from '@/typeorm/connection'
import { checkDBVersion } from '@/typeorm/DBVersion'