chore: heygermany customer project
This commit is contained in:
11
packages/functions/src/scaffold/auth-secrets.gen.js
Normal file
11
packages/functions/src/scaffold/auth-secrets.gen.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import { wireSecret } from '@pikku/core/secret';
|
||||
import { z } from 'zod';
|
||||
export const BetterAuthSecretSchema = z.string();
|
||||
wireSecret({
|
||||
name: 'betterAuthSecret',
|
||||
displayName: 'Better Auth Secret',
|
||||
description: 'Signing secret for better-auth sessions',
|
||||
secretId: 'BETTER_AUTH_SECRET',
|
||||
schema: BetterAuthSecretSchema,
|
||||
});
|
||||
//# sourceMappingURL=auth-secrets.gen.js.map
|
||||
Reference in New Issue
Block a user