Skip to content

Commit fc0c1ce

Browse files
james-elicxvicb
andauthored
Apply suggestions from code review
Co-authored-by: Victor Berchet <[email protected]>
1 parent 1dcb950 commit fc0c1ce

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.changeset/six-moons-shine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"@opennextjs/cloudflare": patch
33
---
44

5-
feat: pass cli arguments not used by opennext to wrangler
5+
feat: pass cli arguments not used by `opennextjs-cloudflare` to wrangler

packages/cloudflare/src/cli/args.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export type Arguments = (
2626
}
2727
) & { outputDir?: string };
2828

29+
// Config for parsing CLI arguments
2930
const config = {
3031
allowPositionals: true,
3132
strict: false,

0 commit comments

Comments
 (0)