Fix Seed Profile PPID
Fix Seed Visi Misi Desa Profile Desa
This commit is contained in:
@@ -65,6 +65,7 @@ import { seedBimbinganBelajar } from "./_seeder_list/pendidikan/seed_bimbingan_b
|
||||
import { seedDataPendidikan } from "./_seeder_list/pendidikan/seed_data_pendidikan";
|
||||
import { seedPendidikanNonFormal } from "./_seeder_list/pendidikan/seed_pendidikan_non_formal";
|
||||
import { seedDataPerpustakaan } from "./_seeder_list/pendidikan/seed_data_perpustakaan";
|
||||
import { seedProfilPpd } from "./_seeder_list/ppid/profil-ppid/seed_profil_ppd";
|
||||
|
||||
(async () => {
|
||||
// Always run seedAssets to handle new images without duplication
|
||||
@@ -179,6 +180,9 @@ import { seedDataPerpustakaan } from "./_seeder_list/pendidikan/seed_data_perpus
|
||||
|
||||
// // =========== MENU PPID ===========
|
||||
|
||||
// // =========== SUBMENU PROFIL PPID ===========
|
||||
await seedProfilPpd();
|
||||
|
||||
// // =========== SUBMENU STRUKTUR PPID ===========
|
||||
await seedPegawaiPpid();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user