Skip to content

Commit a91c129

Browse files
committed
clean up
1 parent 61ae6fc commit a91c129

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ WORDPRESS_WEBHOOK_SECRET="secret-key" # Webhook validation
6969
- Next.js 16 with React 19
7070
- Tailwind CSS v4 with `@tailwindcss/postcss`
7171
- shadcn/ui components (Radix primitives)
72-
- brijr/craft for layout (`Section`, `Container`, `Article`, `Prose`)
72+
- brijr/craft for layout (`Section`, `Container`, `Article`, `Prose`)

railway.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://railway.com/railway.schema.json",
3+
"build": {
4+
"builder": "DOCKERFILE",
5+
"dockerfilePath": "Dockerfile"
6+
},
7+
"deploy": {
8+
"restartPolicyType": "ON_FAILURE",
9+
"restartPolicyMaxRetries": 10
10+
}
11+
}

0 commit comments

Comments
 (0)