Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Nov 15, 2024
1 parent ddc73cc commit 2b87299
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
"devDependencies": {
"mintlify": "^4.0.236"
}
}
}
2 changes: 1 addition & 1 deletion apps/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"name": "mobile",
"version": "0.0.0",
"private": true
}
}
2 changes: 1 addition & 1 deletion apps/website/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const config = {
poweredByHeader: false,
reactStrictMode: true,
transpilePackages: ["@midday/ui", "@midday/tailwind"],
transpilePackages: ["@midday/ui", "@midday/tailwind", "next-mdx-remote"],
eslint: {
ignoreDuringBuilds: true,
},
Expand Down
4 changes: 2 additions & 2 deletions apps/website/src/components/testimonials.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const testimonials = [
{
name: "Lucas Grey",
avatarUrl:
"https://pbs.twimg.com/profile_images/1835098603733520384/-5ere4t1_400x400.jpg",
"https://pbs.twimg.com/profile_images/1843079229073981440/pQqZJX5G_400x400.jpg",
handle: "@ImLucasGrey",
verified: true,
quote: "This is so ingenious and good!",
Expand Down Expand Up @@ -61,7 +61,7 @@ const testimonials = [
{
name: "Cal.com",
avatarUrl:
"https://pbs.twimg.com/profile_images/1826608625340514304/glxnI9mS_400x400.jpg",
"https://pbs.twimg.com/profile_images/1839412200760610816/Lce29ADc_400x400.jpg",
handle: "@calcom",
verified: true,
quote: "We love @middayai 🖤",
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "midday",
"private": true,
"workspaces": ["packages/*", "apps/*", "packages/email/*"],
"workspaces": [
"packages/*",
"apps/*",
"packages/email/*"
],
"scripts": {
"build": "turbo build",
"clean": "git clean -xdf node_modules",
Expand Down
2 changes: 1 addition & 1 deletion packages/inbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
"dependencies": {
"zod": "^3.23.8"
}
}
}
6 changes: 5 additions & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"version": "1.0.0",
"private": true,
"sideEffects": false,
"files": ["tailwind.config.ts", "postcss.config.js", "globals.css"],
"files": [
"tailwind.config.ts",
"postcss.config.js",
"globals.css"
],
"scripts": {
"clean": "rm -rf .turbo node_modules",
"lint": "biome check .",
Expand Down

0 comments on commit 2b87299

Please sign in to comment.