Skip to content

Commit

Permalink
refactor!: move program to main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
wldeh committed Mar 22, 2024
1 parent 7434383 commit 25c3d65
Show file tree
Hide file tree
Showing 20 changed files with 479 additions and 528 deletions.
23 changes: 0 additions & 23 deletions src/data/download/downloadLinkGetter.ts

This file was deleted.

16 changes: 0 additions & 16 deletions src/data/download/downloader.ts

This file was deleted.

7 changes: 0 additions & 7 deletions src/data/download/index.ts

This file was deleted.

17 changes: 0 additions & 17 deletions src/data/files/delete.ts

This file was deleted.

7 changes: 0 additions & 7 deletions src/data/files/index.ts

This file was deleted.

18 changes: 0 additions & 18 deletions src/data/files/unzipper.ts

This file was deleted.

17 changes: 0 additions & 17 deletions src/data/importer/folderImporter.ts

This file was deleted.

5 changes: 0 additions & 5 deletions src/data/importer/index.ts

This file was deleted.

Empty file removed src/errors/processingError.ts
Empty file.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import main from './main';
import main from './main'

main();
main()
Loading

0 comments on commit 25c3d65

Please sign in to comment.