Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds tailwindcss as explicit dep #356

Merged
merged 1 commit into from
Jan 23, 2025
Merged

Adds tailwindcss as explicit dep #356

merged 1 commit into from
Jan 23, 2025

Conversation

infomiho
Copy link
Collaborator

Fixes this issue: wasp-lang/wasp#2464

We should merge this ASAP and make it part of the 0.15.0 tag

@@ -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';
Copy link
Collaborator Author

@infomiho infomiho Jan 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There were some merge conflicts when I applied the patch, so I've accepted the version that doesn't have the

import { paymentProcessor } from '../payment/paymentProcessor';

import.

@vincanger vincanger merged commit 73c623e into main Jan 23, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants