- 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
11 lines
115 B
TypeScript
11 lines
115 B
TypeScript
const config = {
|
|
default: {
|
|
override: {
|
|
wrapper: "cloudflare",
|
|
},
|
|
},
|
|
};
|
|
|
|
export default config;
|
|
|