Adds flake, but just builds docker images directly

This commit is contained in:
2025-05-31 15:12:44 -07:00
parent 8bee0973cd
commit b3d4e90e7f
8 changed files with 239 additions and 23 deletions

View File

@@ -3,4 +3,4 @@
*
* This includes endpoints and other environment-specific settings.
*/
export const POCKETBASE_URL: string = "http://127.0.0.1:8090"; // Update as needed for deployment
export const POCKETBASE_URL: string = import.meta.env.VITE_POCKETBASE_URL || "http://127.0.0.1:8090"; // Update as needed for deployment