create-apppaaaul 2.0.31 → 2.0.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,15 +1,27 @@
1
- ## Getting Started with {{name}}
1
+ ## ENV
2
+ # DB prod
3
+ #DATABASE_URL=""
2
4
 
3
- First, run the development server:
5
+ # DB local
6
+ DATABASE_URL="postgres://postgres:1234@localhost/postgres"
4
7
 
5
- ```bash
6
- npm run dev
7
- # or
8
- yarn dev
9
- # or
10
- pnpm dev
11
- ```
8
+ # Better auth
9
+ BETTER_AUTH_SECRET=""
10
+ GOOGLE_CLIENT_ID=""
11
+ GOOGLE_CLIENT_SECRET=""
12
+ BETTER_AUTH_URL="http://localhost:3000"
13
+ NEXT_PUBLIC_BETTER_AUTH_URL="http://localhost:3000"
12
14
 
13
- Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
15
+ # Resend
16
+ AUTH_RESEND_KEY=""
17
+ RESEND_API_KEY=""
18
+ RESEND_FROM_EMAIL="noreply@outreach.nuvace.com"
14
19
 
15
- You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
20
+ # Cloudflare
21
+ CLOUDFLARE_ACCESS_KEY=""
22
+ CLOUDFLARE_BUCKET=""
23
+ CLOUDFLARE_ENDPOINT=""
24
+ CLOUDFLARE_SECRET_KEY=""
25
+ CLOUDFLARE_TOKEN=""
26
+ CLOUDFLARE_ACCOUNT_ID=""
27
+ CLOUDFLARE_PUBLIC_URL=""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-apppaaaul",
3
- "version": "2.0.31",
3
+ "version": "2.0.32",
4
4
  "description": "Create projects as paaauldev would",
5
5
  "main": "index.mjs",
6
6
  "bin": {