Skip to content

Commit b4c727e

Browse files
docs: comment
1 parent 5d8cb27 commit b4c727e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/field-plugin/src/createFieldPlugin/createFieldPlugin.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ export const createFieldPlugin: CreateFieldPlugin = ({
5555
const { uid, host } = params
5656

5757
// ToDo: In development we need to load localhost:3300
58+
// const origin = 'http://localhost:7070'
59+
// const origin = 'http://localhost:3300'
60+
5861
const origin =
5962
typeof targetOrigin === 'string'
6063
? targetOrigin

0 commit comments

Comments
 (0)