Skip to content

Commit 405dafc

Browse files
committed
fix: sync test port numbers
add a codemirror demo page Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
1 parent 60d0734 commit 405dafc

File tree

8 files changed

+665
-6
lines changed

8 files changed

+665
-6
lines changed

packages/api/.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"name": "index.html",
3434
"request": "launch",
3535
"type": "msedge",
36-
"url": "http://localhost:5173/index.html",
36+
"url": "http://localhost:5522/index.html",
3737
"runtimeArgs": [
3838
"--disable-web-security"
3939
],

packages/codemirror/.vscode/launch.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,20 @@
4343
"!**/node_modules/**"
4444
]
4545
},
46+
{
47+
"name": "demo.html",
48+
"request": "launch",
49+
"type": "msedge",
50+
"url": "http://localhost:5501/demo.html",
51+
"runtimeArgs": [
52+
"--disable-web-security"
53+
],
54+
"webRoot": "${workspaceFolder}",
55+
"outFiles": [
56+
"${workspaceFolder}/**/*.js",
57+
"!**/node_modules/**"
58+
]
59+
},
4660
{
4761
"name": "index-preview.html",
4862
"request": "launch",

0 commit comments

Comments
 (0)