This PR fixes an issue where the POCKETBASE_URL is evaluated incorrectly due to the ternary added for dev config. Currently it will evaluate the POCKETBASE_URL to either localhost or pocketbase and never to the actual value provided by env.PUBLIC_POCKETBASE_URL || getProcessEnvValue('PUBLIC_POCKETBASE_URL')
This PR fixes an issue where the POCKETBASE_URL is evaluated incorrectly due to the ternary added for dev config. Currently it will evaluate the POCKETBASE_URL to either localhost or pocketbase and never to the actual value provided by env.PUBLIC_POCKETBASE_URL || getProcessEnvValue('PUBLIC_POCKETBASE_URL')