Skip to content

Commit 33be325

Browse files
committed
first commit
1 parent bd55662 commit 33be325

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stores/infra.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export const useInfraStore = defineStore("infra", {
77
ID: useStorage("ID", ""),
88
is_captcha_validated: false,
99
status: Status.NOT_CREATED,
10+
microservices: [],
1011
}),
1112
getters: {
1213
domain_name() {

0 commit comments

Comments
 (0)