feat: Convert bin files to use JS

This commit is contained in:
Faruk AYDIN
2024-01-04 12:17:30 +01:00
parent b11781efcf
commit c00a8704fc
5 changed files with 5 additions and 6 deletions

View File

@@ -0,0 +1,3 @@
import { dropDatabase } from './utils';
dropDatabase();