Новые изменения в компонеты
This commit is contained in:
parent
d3d3ad92c3
commit
3411dd4931
17 changed files with 99 additions and 58 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import PocketBase from 'pocketbase';
|
||||
import type { Post } from '../globalInterfaces';
|
||||
|
||||
const PB_URL = import.meta.env.POCKETBASE_URL || 'http://127.0.0.1:8090';
|
||||
const PB_URL = import.meta.env.PB_POCKETBASE_URL || 'http://127.0.0.1:8090';
|
||||
|
||||
export const pb = new PocketBase(PB_URL);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue