diff --git a/apps/admin/data/fitai.db b/apps/admin/data/fitai.db index 544bfbb..b0b601a 100644 Binary files a/apps/admin/data/fitai.db and b/apps/admin/data/fitai.db differ diff --git a/apps/admin/next-env.d.ts b/apps/admin/next-env.d.ts index 9edff1c..c4b7818 100644 --- a/apps/admin/next-env.d.ts +++ b/apps/admin/next-env.d.ts @@ -1,6 +1,6 @@ /// /// -import "./.next/types/routes.d.ts"; +import "./.next/dev/types/routes.d.ts"; // NOTE: This file should not be edited // see https://nextjs.org/docs/app/api-reference/config/typescript for more information. diff --git a/apps/mobile/package-lock.json b/apps/mobile/package-lock.json index 903d7ae..e327d00 100644 --- a/apps/mobile/package-lock.json +++ b/apps/mobile/package-lock.json @@ -40,6 +40,7 @@ "devDependencies": { "@babel/core": "^7.20.0", "@testing-library/react-native": "^12.4.0", + "@types/react": "~19.1.10", "@types/react-native": "^0.73.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", @@ -4624,6 +4625,16 @@ "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==", "license": "MIT" }, + "node_modules/@types/react": { + "version": "19.1.17", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.17.tgz", + "integrity": "sha512-Qec1E3mhALmaspIrhWt9jkQMNdw6bReVu64mjvhbhq2NFPftLPVr+l1SZgmw/66WwBNpDh7ao5AT6gF5v41PFA==", + "dev": true, + "license": "MIT", + "dependencies": { + "csstype": "^3.0.2" + } + }, "node_modules/@types/react-native": { "version": "0.73.0", "resolved": "https://registry.npmjs.org/@types/react-native/-/react-native-0.73.0.tgz", diff --git a/apps/mobile/package.json b/apps/mobile/package.json index 64d8f9c..84742c2 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -46,6 +46,7 @@ "devDependencies": { "@babel/core": "^7.20.0", "@testing-library/react-native": "^12.4.0", + "@types/react": "~19.1.10", "@types/react-native": "^0.73.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", diff --git a/apps/mobile/src/config/api.ts b/apps/mobile/src/config/api.ts index 4cb484f..a2cd791 100644 --- a/apps/mobile/src/config/api.ts +++ b/apps/mobile/src/config/api.ts @@ -1,5 +1,5 @@ export const API_BASE_URL = __DEV__ - ? 'https://201081f0849c.ngrok-free.app' + ? 'https://f0a9b87c3831.ngrok-free.app' : 'https://your-production-url.com' export const API_ENDPOINTS = {