You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has quickly become the most annoying bug in my Genkit workflow...when defining partials along with Dotprompt, the partials are disappearing from the Handlebars instance frequently (every hot reload perhaps?) when using the Next.js dev server.
I think the fix for this could be implemented along with #566 if partials were essentially re-bootstrapped on every prompt invocation when NODE_ENV=development or GENKIT_ENV=dev.
The text was updated successfully, but these errors were encountered:
This has quickly become the most annoying bug in my Genkit workflow...when defining partials along with Dotprompt, the partials are disappearing from the Handlebars instance frequently (every hot reload perhaps?) when using the Next.js dev server.
I think the fix for this could be implemented along with #566 if partials were essentially re-bootstrapped on every prompt invocation when
NODE_ENV=development
orGENKIT_ENV=dev
.The text was updated successfully, but these errors were encountered: