biohazard-vfx-website/wrangler.toml
NicholaiVogel 54909d79e5 feat: initial repository setup with Next.js, Tailwind CSS, ShadCN UI, and Gitea CI/CD
- Initialize Next.js 15.5.4 with TypeScript and App Router
- Configure Tailwind CSS v4 with ShadCN UI component library
- Set up OpenNext for Cloudflare Workers deployment
- Add Gitea Actions workflows for CI/CD (lint, build, deploy)
- Create issue templates (bug, feature, question) and PR template
- Add comprehensive CONTRIBUTING.md and README.md documentation
- Configure build scripts and deployment configuration
2025-10-12 03:02:14 -06:00

28 lines
712 B
TOML

# Cloudflare Workers configuration
# Update this file with your Cloudflare account details and deployment settings
name = "biohazard-vfx-website"
compatibility_date = "2024-01-01"
main = ".open-next/worker.mjs"
# Account ID and other deployment details should be configured through environment variables
# or added here after initial setup
[site]
bucket = ".open-next/assets"
# Environment variables
[vars]
# Add your environment variables here
# EXAMPLE_VAR = "value"
# Uncomment and configure for production
# [env.production]
# name = "biohazard-vfx-website-production"
# route = "yourdomain.com/*"
# Uncomment and configure for preview/staging
# [env.preview]
# name = "biohazard-vfx-website-preview"