Add proxy for easy external api access (DOCKER BROKEN!!)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import Pocketbase from "pocketbase"
|
||||
|
||||
export const client = new Pocketbase(import.meta.env.PUBLIC_PB_URL)
|
||||
const client = new Pocketbase(import.meta.env.PUBLIC_URL)
|
||||
export default client;
|
||||
// export const client = new Pocketbase("http://localhost:8080")
|
||||
Reference in New Issue
Block a user