Add a docker build step.
This commit is contained in:
parent
ff6837a751
commit
9505a71be2
10 changed files with 209 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