@feedmepos/mf-transaction 0.0.23 → 0.0.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,31 +1,10 @@
1
- # @feedmepos/mf-hr
1
+ # @feedmepos/mf-transaction
2
2
 
3
- # mf-hr
4
-
5
- This project was scaffolded using [create-mf-app]. It includes Vue 3, Vite, TypeScript, Vue Router, Pinia, Feedme UI Library, and Tailwind CSS.
6
-
7
- ## Project Setup
8
-
9
- To get started with the project, run the following commands:
10
-
11
- ```sh
12
- pnpm install
13
- ```
14
-
15
- ### Compile and Hot-Reload for Development
16
-
17
- ```sh
18
- pnpm dev
19
- ```
20
-
21
- ### Type-Check, Compile and Minify for Production
22
-
23
- ```sh
24
- pnpm build
3
+ 1. brew install for canvas, $brew install pkg-config cairo pango libpng jpeg giflib librsvg pixman
4
+ 2. Add .npmrc to the root directory with
25
5
  ```
26
-
27
- ### Lint with [ESLint](https://eslint.org/)
28
-
29
- ```sh
30
- pnpm lint
6
+ @feedmepos:mf-core-ui:registry=https://registry.npmjs.org
7
+ @feedmepos:auth:registry=https://registry.npmjs.org
31
8
  ```
9
+ 3. after `pnpm i` , go to `packages/common` and run `pnpm build`
10
+ 4. continue `pnpm dev` at the mf repo you need.
@@ -0,0 +1,23 @@
1
+ import { defineComponent as t, resolveComponent as n, openBlock as c, createBlock as s } from "vue";
2
+ import { storeToRefs as p } from "pinia";
3
+ import { k as u, s as m } from "./index-BueM5PVd.js";
4
+ import { useCoreStore as a } from "@feedmepos/mf-common";
5
+ const g = /* @__PURE__ */ t({
6
+ __name: "App",
7
+ setup(i) {
8
+ const { currentCountry: o } = p(a());
9
+ u.setCountry(o.value);
10
+ try {
11
+ m(o.value);
12
+ } catch (r) {
13
+ console.error("Error setting country config for legacy core", r);
14
+ }
15
+ return (r, f) => {
16
+ const e = n("RouterView");
17
+ return c(), s(e);
18
+ };
19
+ }
20
+ });
21
+ export {
22
+ g as default
23
+ };