We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd55662 commit 33be325Copy full SHA for 33be325
stores/infra.js
@@ -7,6 +7,7 @@ export const useInfraStore = defineStore("infra", {
7
ID: useStorage("ID", ""),
8
is_captcha_validated: false,
9
status: Status.NOT_CREATED,
10
+ microservices: [],
11
}),
12
getters: {
13
domain_name() {
0 commit comments