Add docker build to main. (#16)
Reviewed-on: #16 Co-authored-by: Drew Galbraith <drew@tiramisu.one> Co-committed-by: Drew Galbraith <drew@tiramisu.one>
This commit is contained in:
parent
ff6837a751
commit
25eb4af14d
10 changed files with 205 additions and 24 deletions
|
|
@ -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>(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue