We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24b2fa commit ccd6c4bCopy full SHA for ccd6c4b
.github/workflows/pr.yml
@@ -89,4 +89,5 @@ jobs:
89
- name: Build Starter Site
90
run: |
91
cd examples/react/projects
92
+ cp .env.example .env
93
pnpm build
examples/react/projects/.env.example
@@ -3,4 +3,4 @@
3
DATABASE_URL=postgresql://postgres:password@localhost:54321/projects
4
5
# Create a secret for better-auth
6
-BETTER_AUTH_SECRET=
+BETTER_AUTH_SECRET=example-secret-for-development-only
0 commit comments