Lots of frontend changes
This commit is contained in:
parent
ec29631c44
commit
555ba7cf53
38 changed files with 1508 additions and 648 deletions
5
frontend/src/lib/pocketbase.ts
Normal file
5
frontend/src/lib/pocketbase.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import PocketBase from 'pocketbase';
|
||||
|
||||
const pb = new PocketBase('/pb');
|
||||
|
||||
export default pb;
|
||||
Loading…
Add table
Add a link
Reference in a new issue