Moves routes inside an _app for the header and builds a print route
This commit is contained in:
@@ -3,4 +3,5 @@
|
||||
*
|
||||
* This includes endpoints and other environment-specific settings.
|
||||
*/
|
||||
export const POCKETBASE_URL: string = import.meta.env.VITE_POCKETBASE_URL || "http://127.0.0.1:8090"; // Update as needed for deployment
|
||||
export const POCKETBASE_URL: string =
|
||||
import.meta.env.VITE_POCKETBASE_URL || "/"; // Update as needed for deployment
|
||||
|
||||
Reference in New Issue
Block a user