fix config
Publish to npm / publish (push) Failing after 10s
Publish to npm / publish (push) Failing after 10s
This commit is contained in:
+1
-1
@@ -84,7 +84,7 @@ export class SimApiCore {
|
|||||||
logout_url: '/auth/logout',
|
logout_url: '/auth/logout',
|
||||||
login_url: '/auth/login',
|
login_url: '/auth/login',
|
||||||
}
|
}
|
||||||
webConfig: Map<string, Record<string, object>> = new Map();
|
private webConfig: Map<string, Record<string, object>> = new Map();
|
||||||
|
|
||||||
private api: SimApiApiConfig = {
|
private api: SimApiApiConfig = {
|
||||||
endpoints: {default: ''},
|
endpoints: {default: ''},
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ export const useSimApi = defineStore('simapi', {
|
|||||||
_core: new SimApiCore(),
|
_core: new SimApiCore(),
|
||||||
}),
|
}),
|
||||||
getters: {
|
getters: {
|
||||||
webConfig: state => state._core.webConfig,
|
|
||||||
IsDebug: state => state._core.isDebug
|
IsDebug: state => state._core.isDebug
|
||||||
},
|
},
|
||||||
actions: {
|
actions: {
|
||||||
|
|||||||
Reference in New Issue
Block a user