Skip to content

Commit 0048861

Browse files
committed
chore: update package.json and wrangler.toml for migration to workers
1 parent a6aa3d3 commit 0048861

File tree

7 files changed

+15272
-3261
lines changed

7 files changed

+15272
-3261
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/.next/
1818
/out/*
1919
!/out/.assetsignore
20-
20+
/.open-next
2121
# production
2222
/build
2323

next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { withSentryConfig } from "@sentry/nextjs";
22
import type { NextConfig } from "next";
33

44
const nextConfig: NextConfig = {
5-
output: "export",
5+
output: "standalone",
66
basePath: "",
77
images: {
88
remotePatterns: [

open-next.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { defineCloudflareConfig } from "@opennextjs/cloudflare";
2+
3+
export default defineCloudflareConfig();

out/.assetsignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)