fix: update import path for Config interface

This commit is contained in:
Taj 2025-08-24 03:01:33 +05:30
parent 1080adb44e
commit c9fa1ee1e1

View file

@ -1,7 +1,7 @@
import * as glob from 'glob';
import { statSync, readFileSync } from 'fs';
import { Config } from './interfaces/configInterface';
import { Config } from './interfaces';
export const uploadUrl = (url: string): string => {
const templateMarkerPos = url.indexOf('{');