no packages and conf copied

This commit is contained in:
Stefan Pejcic
2024-09-18 16:27:40 +02:00
parent fa69cae01f
commit ae4c612987
2611 changed files with 4571 additions and 591498 deletions

View File

@@ -1,8 +0,0 @@
export type TraceType = {
file?: string;
line?: number;
column?: number;
function?: string;
isRefine: boolean;
packageName?: string;
};