feat: Convert package scripts to work with JS

This commit is contained in:
Faruk AYDIN
2024-01-07 19:33:59 +01:00
parent ccf5928262
commit f0d2f07193
16 changed files with 25 additions and 25 deletions

View File

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