feat: add cloudflare workers deployment
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
import type { NextConfig } from "next";
|
||||
import { initOpenNextCloudflareForDev } from "@opennextjs/cloudflare";
|
||||
|
||||
const nextConfig: NextConfig = {};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
initOpenNextCloudflareForDev();
|
||||
|
||||
Reference in New Issue
Block a user