Skip to content

Commit 73c623e

Browse files
authored
Adds tailwindcss as explicit dep (#356)
1 parent fd14217 commit 73c623e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

opensaas-sh/app_diff/src/analytics/stats.ts.diff

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
import { stripe } from '../payment/stripe/stripeClient'
77
-import { listOrders } from '@lemonsqueezy/lemonsqueezy.js';
88
import { getDailyPageViews, getSources } from './providers/plausibleAnalyticsUtils';
9-
// import { getDailyPageViews, getSources } from './providers/googleAnalyticsUtils;
9+
-// import { getDailyPageViews, getSources } from './providers/googleAnalyticsUtils';
1010
-import { paymentProcessor } from '../payment/paymentProcessor';
11+
+// import { getDailyPageViews, getSources } from './providers/googleAnalyticsUtils;
1112

1213
export type DailyStatsProps = { dailyStats?: DailyStats; weeklyStats?: DailyStats[]; isLoading?: boolean };
1314

template/app/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"tailwind-merge": "^2.2.1",
2828
"vanilla-cookieconsent": "^3.0.1",
2929
"wasp": "file:.wasp/out/sdk/wasp",
30-
"zod": "^3.23.8"
30+
"zod": "^3.23.8",
31+
"tailwindcss": "^3.2.7"
3132
},
3233
"devDependencies": {
3334
"@types/express": "^4.17.13",

0 commit comments

Comments
 (0)