fix config
Publish to npm / publish (push) Failing after 8s

This commit is contained in:
2026-08-10 20:44:33 +08:00
parent 1af5900593
commit 7aee4b708d
+1
View File
@@ -11,6 +11,7 @@ export const useSimApi = defineStore('simapi', {
_core: new SimApiCore(),
}),
getters: {
webConfig: state => state._core.webConfig,
IsDebug: state => state._core.isDebug
},
actions: {