Skip to content

Commit 70984bc

Browse files
committed
jsonc
1 parent 244d3eb commit 70984bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/durable-objects/platform/known-issues.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ For now, you can set up your project like this to enable local development. In t
106106
Otherwise, you can build your application and run both Workers in the same Wrangler dev session.
107107

108108
If you are using Pages:
109-
<PackageManagers type="exec" pkg="wrangler" args="pages dev -c path/to/pages/wrangler.json -c path/to/external-do-worker/wrangler.json" />
109+
<PackageManagers type="exec" pkg="wrangler" args="pages dev -c path/to/pages/wrangler.jsonc -c path/to/external-do-worker/wrangler.jsonc" />
110110

111111
If you are using Workers with Assets:
112-
<PackageManagers type="exec" pkg="wrangler" args="dev -c path/to/workers-assets/wrangler.json -c path/to/external-do-worker/wrangler.json" />
112+
<PackageManagers type="exec" pkg="wrangler" args="dev -c path/to/workers-assets/wrangler.jsonc -c path/to/external-do-worker/wrangler.jsonc" />
113113

114114
</Steps>

0 commit comments

Comments
 (0)