Skip to content

Commit b593b8c

Browse files
committed
Merge branch 'feat/app_store' of https://github.com/Geode-solutions/OpenGeodeWeb-Front into feat/app_store
2 parents e28a1af + 08d247e commit b593b8c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

plugins/autoStoreRegister.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@ const autoStoreRegister = ({ store }) => {
1010

1111
export default defineNuxtPlugin((nuxtApp) => {
1212
nuxtApp.$pinia.use(autoStoreRegister)
13-
console.log("[AUTOREGISTER PLUGIN] Loaded automatically from OpenGeodeWeb-Front")
13+
console.log(
14+
"[AUTOREGISTER PLUGIN] Loaded automatically from OpenGeodeWeb-Front",
15+
)
1416
})

tests/integration/microservices/back/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@
55
# pip-compile --output-file=tests/integration/microservices/back/requirements.txt tests/integration/microservices/back/requirements.in
66
#
77

8-
opengeodeweb-back==5.*,>=5.10.5

tests/integration/microservices/viewer/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@
55
# pip-compile --output-file=tests/integration/microservices/viewer/requirements.txt tests/integration/microservices/viewer/requirements.in
66
#
77

8-
opengeodeweb-viewer==1.*,>=1.11.4

0 commit comments

Comments
 (0)