Add a docker build step.
Some checks failed
Check / Backend (pull_request) Successful in 11m42s
Check / Frontend (pull_request) Successful in 1m55s
Docker Build / Build and Push Backend Image (push) Failing after 13m59s
Docker Build / Build and Push Frontend Image (push) Failing after 5m56s

This commit is contained in:
Drew 2025-09-27 20:28:17 -07:00
parent ff6837a751
commit fe77fb2435
10 changed files with 205 additions and 24 deletions

View file

@ -6,7 +6,7 @@ import type {
ApiError,
} from '~/types/task'
const API_BASE_URL = '/api'
const API_BASE_URL = `${import.meta.env.VITE_API_URL || 'http://localhost:3000'}/api`
class ApiClient {
private async fetchWrapper<T>(