(Feat) Migration PocketBase
This commit is contained in:
+2
-2
@@ -14,8 +14,8 @@ Future<void> main() async {
|
||||
DeviceOrientation.portraitDown,
|
||||
]);
|
||||
|
||||
// Chargement initial des produits depuis la base locale.
|
||||
await ProduitRepository.instance.charger();
|
||||
// Connexion au serveur (Raspberry Pi) + chargement + temps réel.
|
||||
await ProduitRepository.instance.initialiser();
|
||||
|
||||
runApp(const MonApp());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user