-
-
Notifications
You must be signed in to change notification settings - Fork 129
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
waku build
error when in monorepo
#976
Comments
Add this file "use server"
import OpenAI from "openai";
const openai = new OpenAI({ apiKey: process.env.OPENAI_API_KEY }); |
If it worked before, it seems like it’s due to the Vite upgrade. |
I wasn't able to reproduce the error with just adding |
waku build
error with openai
waku build
error when in monorepo
nailed down that this is affected with #764 change. |
workaround for now, as discussed in discord
|
Do you still have the same issue with all latest versions? #764 was a good change and if the Closing this especially because it's not tied to monorepo issue. |
The text was updated successfully, but these errors were encountered: