adds wrangler.json for static output config and a gitea actions workflow that builds with bun and deploys to cloudflare pages on pushes to main.
7 lines
234 B
JSON
7 lines
234 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/cloudflare/workers-sdk/main/packages/wrangler/config-schema/schema.json",
|
|
"name": "lofty-landing",
|
|
"pages_build_output_dir": "dist",
|
|
"compatibility_date": "2026-02-01"
|
|
}
|