We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8618eda commit 4c15959Copy full SHA for 4c15959
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "next-flow-interface",
3
- "version": "0.18.32",
+ "version": "0.18.33",
4
"description": "Interface package for NEXT FlOW. You can use this package to build your own plugin that can control anything.",
5
"type": "module",
6
"module": "dist/index.js",
src/api/service/sync/interface/plugin/rv-plugin-debug.ts
@@ -1,4 +1,4 @@
export default interface RvPluginDebug {
- port: number
- debugPort: number
+ url: string
+ hmr: string
}
0 commit comments