feat: defer everything until the api config is loaded #926

Merged
konrad merged 27 commits from feature/ready-state into main 2021-11-13 19:49:03 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ab4ef96fef - Show all commits

View File

@ -19,7 +19,7 @@ import attachments from './modules/attachments'
import labels from './modules/labels'
import ListService from '../services/list'
import {checkAndSetApiUrl} from '../helpers/checkAndSetApiUrl'
import {checkAndSetApiUrl} from '@/helpers/checkAndSetApiUrl'
konrad marked this conversation as resolved Outdated

Use @

Use `@`

Done.

Done.
export const store = createStore({
strict: import.meta.env.DEV,