fix(seeder): add missing fileURLToPath import
This commit is contained in:
parent
fee83f52f6
commit
538c233354
1 changed files with 1 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
import { fileURLToPath } from 'node:url';
|
||||
import { pool, testConnection, closePool } from './db.js';
|
||||
import { seedBaseLocations, seedDetailedLocations, seedLocationDataLite } from './seeders/location-loader.js';
|
||||
import { seedUsers } from './seeders/users.js';
|
||||
|
|
|
|||
Loading…
Reference in a new issue