update pocketbase schema,
This commit is contained in:
6
002_source/pocketbase/pb_hooks/onBootstrap.pb.js
Normal file
6
002_source/pocketbase/pb_hooks/onBootstrap.pb.js
Normal file
@@ -0,0 +1,6 @@
|
||||
/// <reference path="../pb_data/types.d.ts" />
|
||||
|
||||
onBootstrap((e) => {
|
||||
e.next();
|
||||
console.log("App initialized!");
|
||||
});
|
Reference in New Issue
Block a user