diff --git a/apps/dashboard/languine.json b/apps/dashboard/languine.json index 9e2bf46a84..87a97720d8 100644 --- a/apps/dashboard/languine.json +++ b/apps/dashboard/languine.json @@ -11,5 +11,6 @@ }, "openai": { "model": "gpt-4" - } + }, + "instructions": "Make the tone more for a Fintech/Accounting tool" } diff --git a/apps/dashboard/package.json b/apps/dashboard/package.json index f14a44e5c9..81090e2605 100644 --- a/apps/dashboard/package.json +++ b/apps/dashboard/package.json @@ -18,6 +18,16 @@ "@date-fns/tz": "^1.1.2", "@fast-csv/format": "5.0.0", "@hookform/resolvers": "^3.9.0", + "@midday/app-store": "workspace:*", + "@midday/events": "workspace:*", + "@midday/inbox": "workspace:*", + "@midday/invoice": "workspace:*", + "@midday/kv": "workspace:*", + "@midday/location": "workspace:*", + "@midday/notification": "workspace:*", + "@midday/supabase": "workspace:*", + "@midday/ui": "workspace:*", + "@midday/utils": "workspace:*", "@novu/headless": "^2.0.3", "@number-flow/react": "^0.4.1", "@react-google-maps/api": "^2.20.3", @@ -68,6 +78,7 @@ "zustand": "^4.5.5" }, "devDependencies": { + "@midday/tsconfig": "workspace:*", "@next/bundle-analyzer": "14.2.1", "@t3-oss/env-nextjs": "^0.11.1", "@todesktop/tailwind-variants": "^1.0.1", diff --git a/bun.lockb b/bun.lockb index 3ec67d8f3b..08cfb61982 100755 Binary files a/bun.lockb and b/bun.lockb differ