mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-04-09 12:29:38 +02:00
Adds tailwindcss as explicit dep
This commit is contained in:
parent
fd142178d8
commit
80178e63e9
@ -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 };
|
||||
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user