Skip to content

Commit 4c15959

Browse files
committed
feat: 部分小调整
1 parent 8618eda commit 4c15959

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-flow-interface",
3-
"version": "0.18.32",
3+
"version": "0.18.33",
44
"description": "Interface package for NEXT FlOW. You can use this package to build your own plugin that can control anything.",
55
"type": "module",
66
"module": "dist/index.js",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export default interface RvPluginDebug {
2-
port: number
3-
debugPort: number
2+
url: string
3+
hmr: string
44
}

0 commit comments

Comments
 (0)