Skip to content

Commit

Permalink
Adds tailwindcss as explicit dep (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
infomiho authored Jan 23, 2025
1 parent fd14217 commit 73c623e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion opensaas-sh/app_diff/src/analytics/stats.ts.diff
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
import { stripe } from '../payment/stripe/stripeClient'
-import { listOrders } from '@lemonsqueezy/lemonsqueezy.js';
import { getDailyPageViews, getSources } from './providers/plausibleAnalyticsUtils';
// import { getDailyPageViews, getSources } from './providers/googleAnalyticsUtils;
-// import { getDailyPageViews, getSources } from './providers/googleAnalyticsUtils';
-import { paymentProcessor } from '../payment/paymentProcessor';
+// import { getDailyPageViews, getSources } from './providers/googleAnalyticsUtils;

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

Expand Down
3 changes: 2 additions & 1 deletion template/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"tailwind-merge": "^2.2.1",
"vanilla-cookieconsent": "^3.0.1",
"wasp": "file:.wasp/out/sdk/wasp",
"zod": "^3.23.8"
"zod": "^3.23.8",
"tailwindcss": "^3.2.7"
},
"devDependencies": {
"@types/express": "^4.17.13",
Expand Down

0 comments on commit 73c623e

Please sign in to comment.