mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Fix CI/CD
This commit is contained in:
parent
e02ff07515
commit
f702724d53
@ -13,6 +13,7 @@
|
||||
* from without creating a wrong-direction dependency.
|
||||
*/
|
||||
|
||||
import { remindersPrompt } from "../ai/unified-prompts/reminders";
|
||||
import { deindent } from "../utils/strings";
|
||||
import type { HandlerPageUrls } from "./handler-urls";
|
||||
|
||||
@ -88,7 +89,7 @@ function createCustomPagePrompt(options: {
|
||||
},
|
||||
\`\`\`
|
||||
|
||||
${stackAuthReminders}
|
||||
${remindersPrompt}
|
||||
`;
|
||||
const versions = {
|
||||
1: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user