Skip to content

Commit 2cc64c2

Browse files
committed
Fix SuperDoc dev
1 parent a8bbf11 commit 2cc64c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/superdoc/src/dev/components/SuperdocDev.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ const init = async () => {
9595
// 'hrbr-fields': {},
9696
9797
// To test this dev env with collaboration you must run a local collaboration server here.
98-
collaboration: {
99-
url: 'ws://localhost:3050/docs/superdoc-id',
100-
token: 'token',
101-
},
98+
// collaboration: {
99+
// url: 'ws://localhost:3050/docs/superdoc-id',
100+
// token: 'token',
101+
// },
102102
ai: {
103103
// Provide your Harbour API key here for direct endpoint access
104104
apiKey: '',

0 commit comments

Comments
 (0)